summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h
index d7d884f..6705ebf 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -6,12 +6,12 @@
#include <string.h>
#include <dirent.h>
-#define MIN_INTERVAL 30
+#define MIN_INTERVAL 0
#define INA260_SYSFS "/sys/kernel/ina260"
#define INA260_POWER_REGISTER "registers/power"
#define STATIC_LEN 255
#define RECORD_QUEUES 1
-#define RECORD_MAX 1000
+#define RECORD_MAX 100000
#ifndef ZMQ_TOKEN
#define ZMQ_TOKEN "ina260-zmq-publisher"