• Zebediah Figura's avatar
    ntdll: Simplify critical section timeout logic. · ead421b7
    Zebediah Figura authored
    Make it more consistent, as well. Currently we alternate between 5 seconds and
    60; instead just make it a consistent 60 after the first wait.
    
    When +relay is on, always wait for 300 seconds, instead of alternating between
    60 and 300.
    ead421b7
sync.c 30 KB