mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
parent
cc26270783
commit
be19f414ae
@ -98,7 +98,7 @@ class request(object):
|
||||
return 1
|
||||
|
||||
def size_small_random(self):
|
||||
return random.randint(0, 4)
|
||||
return random.randint(1, 4)
|
||||
|
||||
def size_random(self):
|
||||
return random.randint(1, 4096)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user