1
0
mirror of https://github.com/simh/simh.git synced 2026-01-31 05:43:06 +00:00

TIMER: Lower the minimum calibration stability value to 2

This commit is contained in:
Mark Pizzolato
2016-01-28 06:49:14 -08:00
parent dce0aa2935
commit 4595525409

View File

@@ -76,7 +76,7 @@ int clock_gettime(int clock_id, struct timespec *tp);
#define SIM_IDLE_CAL 10 /* ms to calibrate */
#define SIM_IDLE_MAX 10 /* max granularity idle */
#define SIM_IDLE_STMIN 10 /* min sec for stability */
#define SIM_IDLE_STMIN 2 /* min sec for stability */
#define SIM_IDLE_STDFLT 20 /* dft sec for stability */
#define SIM_IDLE_STMAX 600 /* max sec for stability */