Browse Source

increase post sending check timeout to 30 sec

twisterarmy
d47081 2 years ago
parent
commit
ba77300ed7
  1. 2
      js/twister_formatpost.js

2
js/twister_formatpost.js

@ -281,7 +281,7 @@ function setPostInfoSent(n, k, item) { @@ -281,7 +281,7 @@ function setPostInfoSent(n, k, item) {
args.item.text("\u2713"); // check mark
} else {
args.item.text("\u231B"); // hour glass
setTimeout(setPostInfoSent,2000,n,k,item);
setTimeout(setPostInfoSent,30000,n,k,item);
}
}, {n:n,k:k,item:item});
}

Loading…
Cancel
Save