Wait a bit longer between pastes, to avoid throttling

develop
Sven Slootweg 11 years ago
parent 68e82f8ac8
commit 389a49e6c3

@ -35,4 +35,4 @@ while True:
sender.send(msgpack.packb(item))
time.sleep(1) # Wait a second between each paste retrieval...
time.sleep(1.3) # Wait a second between each paste retrieval...

Loading…
Cancel
Save