After loading the dump files with the -r option, immediately perform a
source selection with forced setting of the reference. This shortens the
interval when a restarted server doesn't respond with synchronized time.
It no longer needs to wait for the first measurement from the best
source (which had to pass all the filters).
for (i = 0; i < n_sources; i++) {
load_source(sources[i]);
+
+ /* Allow an immediate update of the reference */
+ sources[i]->updates++;
}
+
+ /* Select sources and set the reference */
+ SRC_SelectSource(NULL);
}
/* ================================================== */