openbullet / OpenBullet2

OpenBullet reinvented
MIT License
1.64k stars 456 forks source link

[Bug]: systemnet timeout #968

Open 0xbuser opened 4 months ago

0xbuser commented 4 months ago

Version of the software

0.2.5 Beta

Operating system

Windows 11

Browser / Native

Native

What happened?

Cannot set a wait time greater than 10000 ms using SystemNet

Relevant LoliCode if needed

No response

arshambh commented 2 months ago

Hello, can you send your config here? I set a 12-second wait and nothing happened.

BLOCK:Delay
  milliseconds = 12000
ENDBLOCK

BLOCK:HttpRequest
  url = "https://api.my-ip.io/v1/ip"
  TYPE:STANDARD
  $""
  "application/x-www-form-urlencoded"
ENDBLOCK
0xbuser commented 1 month ago

@arshambh It is about a system library for executing queries

BLOCK:HttpRequest
  timeoutMilliseconds = 12000
  TYPE:STANDARD
  $""
  "application/x-www-form-urlencoded"
ENDBLOCK

Exactly the timeoutMilliseconds parameter