Skip to content

Commit

Permalink
Merge branch 'master' of github.com:initialstate/python_appender
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsulpy committed Mar 31, 2017
2 parents daf8aa1 + f8cbd04 commit fb5528b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_app/example_read_csv.py
Expand Up @@ -49,6 +49,6 @@ def is_float(str):
counter += 1

if counter%10==0:
time.sleep(.01) # rest for 10 ms to not go crazy with resources
time.sleep(.2) # limit write bandwidth

streamer.close()

0 comments on commit fb5528b

Please sign in to comment.