mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 06:42:06 +00:00
TEST - Connection check skipped
This commit is contained in:
@@ -15,7 +15,7 @@ public class CacheUtil {
|
||||
|
||||
public static Interceptor offlineInterceptor = chain -> {
|
||||
Request request = chain.request();
|
||||
if (!false) {
|
||||
if (!true) {
|
||||
int maxStale = 60 * 60 * 24 * 30;
|
||||
request = request.newBuilder()
|
||||
.header("Cache-Control", "public, only-if-cached, max-stale=" + maxStale)
|
||||
|
||||
Reference in New Issue
Block a user