mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 13:51:26 +00:00
Up shoutbox timeout.
This commit is contained in:
parent
cabbaf1621
commit
7b479d9411
1 changed files with 10 additions and 9 deletions
|
@ -11,12 +11,13 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$.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>
|
||||||
|
|
Loading…
Reference in a new issue