Quote:
Originally Posted by voteforbird
What line would I change to slow down how quick the posts display? I don't mean the database check time, but rather the time that each update is fed downwards.
|
Change the pushtime value from 1000 (1 second) to 2000 (2 seconds) or whatever you want. Note that there is an instance of a hard-coded 1000 lower down in the code within a settimeout call... change that one too.