Skip to content
  • Michał Kępień's avatar
    Wait until a cache dump completes instead of waiting for a fixed amount of time · 2bbff06d
    Michał Kępień authored
    Dumping the cache is an asynchronous operation, so sleeping for a fixed
    amount of time after running "rndc dumpdb" is imperfect as dumping cache
    contents may take longer than expected on slower machines.  Instead of
    always sleeping for 1 second, wait until the "; Dump complete" line
    appears in the dump or 10 seconds pass, whichever comes first.
    2bbff06d