Skip to content

Commit 1d476fc

Browse files
committed
refactor: aumento minuti di attesa per ricaricamento hooks
1 parent c234d53 commit 1d476fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/src/js/functions/hooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function startHooks() {
9999
});
100100
}
101101

102-
var timeout = 60;
102+
var timeout = 600;
103103

104104
setInterval(function () {
105105
startHooks();

0 commit comments

Comments
 (0)