mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-12-22 18:21:51 +01:00
Compare commits
2 Commits
35f84b4ef7
...
0064827128
Author | SHA1 | Date | |
---|---|---|---|
|
0064827128 | ||
|
812a48feca |
@ -11,7 +11,7 @@ public final class RecentTweetRestriction {
|
|||||||
private static final String QUERY_CACHE_UNTIL_TIME = "query_cache_until_time";
|
private static final String QUERY_CACHE_UNTIL_TIME = "query_cache_until_time";
|
||||||
|
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
public static final int DEFAULT_RECENT_TWEET_SECONDS = 15;
|
private static final int DEFAULT_RECENT_TWEET_SECONDS = 15;
|
||||||
|
|
||||||
private RecentTweetRestriction() {
|
private RecentTweetRestriction() {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user