You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
345 B

  1. --- a/src/daemon/plugin.c
  2. +++ b/src/daemon/plugin.c
  3. @@ -1092,7 +1092,7 @@ static int plugin_insert_read(read_func_
  4. int status;
  5. llentry_t *le;
  6. - rf->rf_next_read = cdtime();
  7. + rf->rf_next_read = cdtime() + (cdtime_t) 1073741824; //delay first read 1s
  8. rf->rf_effective_interval = rf->rf_interval;
  9. pthread_mutex_lock(&read_lock);