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:
@@ -104,6 +104,9 @@ def request_event_queue(
|
|||||||
# database.
|
# database.
|
||||||
get_user_profile_narrow_by_id(user_profile.id)
|
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))
|
tornado_url = get_tornado_url(get_user_tornado_port(user_profile))
|
||||||
req = {
|
req = {
|
||||||
"dont_block": "true",
|
"dont_block": "true",
|
||||||
|
Reference in New Issue
Block a user