Skip to content

Commit

Permalink
Merge pull request #328 from cbalster/release_2.7.1
Browse files Browse the repository at this point in the history
Release 2.7.1
  • Loading branch information
cbalster committed Jun 2, 2023
2 parents 4e44819 + cd3048f commit 2f0d2f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "de.stephanlindauer.criticalmaps"
minSdkVersion 16
targetSdkVersion 31
versionCode 43
versionName "2.7.0"
versionCode 44
versionName "2.7.1"
vectorDrawables.useSupportLibrary = true

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class ServerSyncService extends Service {

@SuppressWarnings("FieldCanBeLocal")
private final int SERVER_SYNC_INTERVAL = 12 * 1000; // 12 sec -> 5 times a minute
private final int SERVER_SYNC_INTERVAL = 45 * 1000; // 45 sec

private Timer timerPullServer;

Expand Down

0 comments on commit 2f0d2f0

Please sign in to comment.