Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi how to set up time intervals 30s. betwen next request we have done in BAS?
Waiters -> Sleep
30 seconds = 30000 miliseconds.
@Roy-Mustang I use premium bas. Isn't that the public one?
also this is the old version. i am using 28.1.2. it is in the old version, has it been removed in the current versions?
Good day , advanced user settings can be enabled during compilation62e5dd8a-f984-4093-bc0a-ebaff2f39db0-image.png
@Fox Thank you so much, it's Work 🥰
@Marketmaker, what dialect are you using?
{ "requestTimeout": 300000 } should work for MySQL and MariaDB, for MicrosoftSQL you need to use{ "options": { "requestTimeout": 300000 } }