File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/tools/redstone/redstonetools/telemetry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ public class TelemetryClient {
29
29
private static final String BASE_URL = FabricLoader .getInstance ().isDevelopmentEnvironment ()
30
30
? "https://localhost/api/telemetry/v1"
31
31
: "https://redstone.tools/api/telemetry/v1" ;
32
- private static final int SESSION_REFRESH_TIME_SECONDS = 60 * 5 - 10 ; // 5 minutes - 10 seconds
32
+ private static final int SESSION_REFRESH_TIME_SECONDS = 60 * 4 ; // 4 minutes
33
33
private static final int REQUEST_SEND_TIME_MILLISECONDS = 50 ;
34
- private static final int REQUEST_VALID_FOR_SECONDS = 30 ;
34
+ private static final int REQUEST_VALID_FOR_SECONDS = 15 ;
35
35
36
36
private final TelemetryManager manager = INJECTOR .getInstance (TelemetryManager .class );
37
37
You can’t perform that action at this time.
0 commit comments