@Marketmaker, what dialect are you using?
{ "requestTimeout": 300000 } should work for MySQL and MariaDB, for MicrosoftSQL you need to use{ "options": { "requestTimeout": 300000 } }
Hello, I have a resource file with over 3 million lines. However I have noticed that BAS will end the script after 1 million success or 1 million fails (whichever comes first). Is there any way to increase this and have the script go through the entire 3 million lines? I have changed the settings in the resource file to max fail/success at 999999999 but it still stops a little after 1 million. Please help.
Thanks
@spockthe40oz Try setting -1 instead of 1000000 everywhere
Never mind, I had to go into "custom" to see the option. Thanks.