mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
tornado: Trial Flutter having 12-hour-long queue lifespan.
This commit is contained in:
committed by
Tim Abbott
parent
83719cd5be
commit
ac636f3c48
@@ -104,6 +104,9 @@ def request_event_queue(
|
||||
# database.
|
||||
get_user_profile_narrow_by_id(user_profile.id)
|
||||
|
||||
if user_client.name == "ZulipFlutter" and queue_lifespan_secs == 0:
|
||||
queue_lifespan_secs = 12 * 60 * 60 # Test 12-hour-long GCs for Flutter
|
||||
|
||||
tornado_url = get_tornado_url(get_user_tornado_port(user_profile))
|
||||
req = {
|
||||
"dont_block": "true",
|
||||
|
Reference in New Issue
Block a user