mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
try 3s for hnoon?
This commit is contained in:
parent
2eee188396
commit
31c8a232b6
2
gun.js
2
gun.js
@ -765,7 +765,7 @@
|
||||
if(!is.incoming){
|
||||
if(is.defer){
|
||||
var to = state - machine;
|
||||
if(to > 500){ // allow 0.5s tolerance for now.
|
||||
if(to > (1000 * 3)){ // allow 0.5s tolerance for now.
|
||||
setTimeout(function(){
|
||||
ham(val, key, soul, state, msg);
|
||||
}, to > MD? MD : to); // setTimeout Max Defer 32bit :(
|
||||
|
Loading…
x
Reference in New Issue
Block a user