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

Allow to schedule tasks up to Long.MAX_VALUE #7972

Merged
merged 1 commit into from May 30, 2018
Merged

Commits on May 25, 2018

  1. Allow to schedule tasks up to Long.MAX_VALUE

    Motivation:
    
    We should allow to schedule tasks with a delay up to Long.MAX_VALUE as we did pre 4.1.25.Final.
    
    Modifications:
    
    Just ensure we not overflow and put the correct max limits in place when schedule a timer. At worse we will get a wakeup to early and then schedule a new timeout.
    
    Result:
    
    Fixes #7970.
    normanmaurer committed May 25, 2018
    Configuration menu
    Copy the full SHA
    e05df83 View commit details
    Browse the repository at this point in the history