Skip to content

Commit a9b5684

Browse files
committed
fix: update background notification retry settings in default.json
1 parent 579b5a3 commit a9b5684

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

default.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@
8888
"use_strict_mls_filter": false,
8989
"use_async_flush_logging": true,
9090
"conversation_feeder_enabled": true,
91-
"background_notification_retry_enabled": true,
92-
"background_notification_stay_alive_seconds": 5,
9391
"db_invalidation_control_enabled": false
9492
},
9593
"fdroid": {
@@ -163,8 +161,8 @@
163161
"meetings_enabled": false,
164162
"emm_support_enabled": true,
165163
"conversation_feeder_enabled": false,
166-
"background_notification_retry_enabled": false,
167-
"background_notification_stay_alive_seconds": 1,
164+
"background_notification_retry_enabled": true,
165+
"background_notification_stay_alive_seconds": 3,
168166
"is_bubble_ui_enabled": true,
169167
"collabora_integration": false,
170168
"db_invalidation_control_enabled": false

0 commit comments

Comments
 (0)