mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 07:34:43 +00:00
Improve the bunq routine so it will keep looping when faced with default PHP time out settings (30 seconds).
This commit is contained in:
2
public/js/ff/import/status_v2.js
vendored
2
public/js/ff/import/status_v2.js
vendored
@@ -25,7 +25,7 @@ var jobRunRoutineStarted = false;
|
||||
var jobStorageRoutineStarted = false;
|
||||
var checkInitialInterval = 1000;
|
||||
var checkNextInterval = 500;
|
||||
var maxLoops = 60;
|
||||
var maxLoops = 65536;
|
||||
var totalLoops = 0;
|
||||
var startCount = 0;
|
||||
var jobFailed = false;
|
||||
|
Reference in New Issue
Block a user