aboutsummaryrefslogtreecommitdiff
path: root/powerdebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'powerdebug.c')
-rw-r--r--powerdebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerdebug.c b/powerdebug.c
index b0d2ade..356a8db 100644
--- a/powerdebug.c
+++ b/powerdebug.c
@@ -92,7 +92,7 @@ int getoptions(int argc, char *argv[], struct powerdebug_options *options)
int c;
memset(options, 0, sizeof(*options));
- options->ticktime = 10;
+ options->ticktime = 1;
while (1) {
int optindex = 0;