diff --git a/bin/filler.py b/bin/filler.py index fed0d69..8f33455 100755 --- a/bin/filler.py +++ b/bin/filler.py @@ -40,7 +40,7 @@ def main(): 'will be from 1024 Bytes to MAX Bytes') args = parser.parse_args() - concurrency = get_config('filler', 'concurrency') + concurrency = int(get_config('filler', 'concurrency')) pile = eventlet.GreenPile(concurrency) pool = eventlet.GreenPool(concurrency)