BrowserSteps - remove minor delay

pull/1563/head
dgtlmoon 2 years ago
parent 94f38f052e
commit ba76c2a280

@ -146,8 +146,6 @@ def construct_blueprint(datastore: ChangeDetectionStore):
from . import nonContext from . import nonContext
browsersteps_playwright_browser_interface_context = nonContext.c_sync_playwright() browsersteps_playwright_browser_interface_context = nonContext.c_sync_playwright()
browsersteps_playwright_browser_interface = browsersteps_playwright_browser_interface_context.start() browsersteps_playwright_browser_interface = browsersteps_playwright_browser_interface_context.start()
time.sleep(1)
# At 20 minutes, some other variable is closing it # At 20 minutes, some other variable is closing it
# @todo find out what it is and set it # @todo find out what it is and set it
seconds_keepalive = int(os.getenv('BROWSERSTEPS_MINUTES_KEEPALIVE', 10)) * 60 seconds_keepalive = int(os.getenv('BROWSERSTEPS_MINUTES_KEEPALIVE', 10)) * 60

Loading…
Cancel
Save