Up shoutbox timeout.

This commit is contained in:
simplefl 2015-06-13 17:49:02 +02:00
parent cabbaf1621
commit 7b479d9411

View file

@ -15,8 +15,9 @@
$.PeriodicalUpdater("/shoutmsgs/index.js", { $.PeriodicalUpdater("/shoutmsgs/index.js", {
method: "GET", method: "GET",
type: "script", type: "script",
minTimeout: 10000, minTimeout: 20000,
multiplier: 2 multiplier: 3,
maxTimeout: 300000
}); });
}); });
</script> </script>