Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit d971f02

Browse files
committed
feat: upgraded version + reduced throttlePeriod
1 parent 526309d commit d971f02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<maven.compiler.source>1.8</maven.compiler.source>
2727
<maven.compiler.target>1.8</maven.compiler.target>
2828

29-
<spring-boot.version>2.4.5</spring-boot.version>
29+
<spring-boot.version>2.7.2</spring-boot.version>
3030
</properties>
3131

3232
<scm>

src/main/java/io/rocketbase/toggl/report/RequestContext.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class RequestContext {
2323
private ClientHttpRequestFactory requestFactory;
2424
private RestTemplate restTemplate;
2525
private String basicAuth = null;
26-
private long throttlePeriod = 1100;
26+
private long throttlePeriod = 1010;
2727

2828
RequestContext(TogglReportApiBuilder apiBuilder) {
2929
this.apiBuilder = apiBuilder;

0 commit comments

Comments
 (0)