mirror of
https://github.com/amark/gun.git
synced 2025-10-14 00:59:35 +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.incoming){
|
||||||
if(is.defer){
|
if(is.defer){
|
||||||
var to = state - machine;
|
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(){
|
setTimeout(function(){
|
||||||
ham(val, key, soul, state, msg);
|
ham(val, key, soul, state, msg);
|
||||||
}, to > MD? MD : to); // setTimeout Max Defer 32bit :(
|
}, to > MD? MD : to); // setTimeout Max Defer 32bit :(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user