mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-11 20:19:38 +02:00
Linter
This commit is contained in:
parent
ae9c0a0e06
commit
745f2bbdf9
3 changed files with 6 additions and 6 deletions
|
@ -51,7 +51,7 @@ class EPPConnectionPool(ConnectionPool):
|
|||
self.keepalive = options["keepalive"]
|
||||
|
||||
# Determines the period in which new
|
||||
# gevent threads are spun up.
|
||||
# gevent threads are spun up.
|
||||
# This time period is in seconds. So for instance, .1 would be .1 seconds.
|
||||
self.spawn_frequency = 0.1
|
||||
if "spawn_frequency" in options:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue