Browse Source

debugging upgrades

tags/v1.4.49
Jonathan Cobb 3 years ago
parent
commit
08b340f141
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bubble-server/src/main/java/bubble/service/upgrade/BubbleJarUpgradeService.java

+ 1
- 1
bubble-server/src/main/java/bubble/service/upgrade/BubbleJarUpgradeService.java View File

@@ -81,7 +81,7 @@ public class BubbleJarUpgradeService extends SimpleDaemon {
@Getter private final long sleepTime = MINUTES.toMillis(2);

// todo: make this configurable
public static final int UPGRADE_HOUR_OF_DAY = 6;
public static final int UPGRADE_HOUR_OF_DAY = 9;

@Override protected void process() {
log.info("process: starting upgrade check");


Loading…
Cancel
Save