Skip to content

Commit

Permalink
Merge pull request #1 from bmcorser/patch-1
Browse files Browse the repository at this point in the history
Proceed at a more leisurely pace
  • Loading branch information
jdavisp3 committed Apr 3, 2014
2 parents c2d4d58 + 95e05c0 commit 8f9d137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocking-server/slowpoetry.py
Expand Up @@ -28,7 +28,7 @@ def parse_args():
parser.add_option('--iface', help=help, default='localhost')

help = "The number of seconds between sending bytes."
parser.add_option('--delay', type='float', help=help, default=.1)
parser.add_option('--delay', type='float', help=help, default=.7)

help = "The number of bytes to send at a time."
parser.add_option('--num-bytes', type='int', help=help, default=10)
Expand Down

0 comments on commit 8f9d137

Please sign in to comment.