Skip to content

Commit 9830ab3

Browse files
authored
Merge pull request #7503 from vector-im/dbkr/ll_phased_rollout
Phased rollout of lazyloading
2 parents de7d3ba + 005e4aa commit 9830ab3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

electron_app/riot.im/config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
"siteId": 1,
2222
"policyUrl": "https://matrix.org/docs/guides/riot_im_cookie_policy"
2323
},
24+
"phasedRollOut": {
25+
"feature_lazyloading": {
26+
"offset": 1539684000000,
27+
"period": 604800000
28+
}
29+
},
30+
"features": {
31+
"feature_lazyloading": "enable"
32+
},
2433
"enable_presence_by_hs_url": {
2534
"https://matrix.org": false
2635
}

0 commit comments

Comments
 (0)