Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix upgrade time cannot beyond 24 days #1624

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

madawei2699
Copy link

Short description

config upgradeInterval is int type and time unit is ms, the max signed integer in java is 2,147,483,647 wihich max upgradeInterval is 24 days. if you want upgradeInterval is ten years, it cannot config. So I change upgradeInterval unit to hours.

@codecov-io
Copy link

codecov-io commented Sep 11, 2018

Codecov Report

❗ No coverage uploaded for pull request base (development@f7eb47b). Click here to learn what that means.
The diff coverage is 0%.

Impacted file tree graph

@@              Coverage Diff              @@
##             development   #1624   +/-   ##
=============================================
  Coverage               ?   9.78%           
  Complexity             ?     459           
=============================================
  Files                  ?     211           
  Lines                  ?   19427           
  Branches               ?    3578           
=============================================
  Hits                   ?    1900           
  Misses                 ?   17187           
  Partials               ?     340
Impacted Files Coverage Δ Complexity Δ
src/org/loklak/LoklakServer.java 0% <0%> (ø) 0 <0> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f7eb47b...f87e902. Read the comment docs.

Copy link

@praveenojha33 praveenojha33 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please resolve conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants