mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-12-22 02:01:51 +01:00
Reduce visibility in default recent tweet seconds constant
This commit is contained in:
parent
ec83d01dca
commit
812a48feca
@ -11,7 +11,7 @@ public final class RecentTweetRestriction {
|
||||
private static final String QUERY_CACHE_UNTIL_TIME = "query_cache_until_time";
|
||||
|
||||
@VisibleForTesting
|
||||
public static final int DEFAULT_RECENT_TWEET_SECONDS = 15;
|
||||
private static final int DEFAULT_RECENT_TWEET_SECONDS = 15;
|
||||
|
||||
private RecentTweetRestriction() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user