Commit aad6ab4f authored by Alan Mitchell's avatar Alan Mitchell
Browse files

Wait for threads to exit.

parent b44e250c
......@@ -128,3 +128,4 @@ if __name__ == '__main__':
total_reads += p.reading_count
print '%.1f posts / second' % (total_reads / TOT_POST_TIME)
time.sleep(rdg_delay*1.1) # wait for threads to exit cleanly?
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment