mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-10 11:38:34 +00:00
Fix issue where feature flag fetches weren't limited.
This commit is contained in:
parent
8044d2390c
commit
3d237d72bd
@ -46,7 +46,7 @@ public final class FeatureFlags {
|
||||
|
||||
private static final String TAG = Log.tag(FeatureFlags.class);
|
||||
|
||||
private static final long FETCH_INTERVAL = TimeUnit.HOURS.toMillis(0);
|
||||
private static final long FETCH_INTERVAL = TimeUnit.HOURS.toMillis(2);
|
||||
|
||||
private static final String USERNAMES = "android.usernames";
|
||||
private static final String ATTACHMENTS_V3 = "android.attachmentsV3.2";
|
||||
|
Loading…
x
Reference in New Issue
Block a user