From 4592b6a75bd9901e3d01455d14a0665881429f53 Mon Sep 17 00:00:00 2001 From: zacharyc Date: Fri, 10 Apr 2009 17:17:39 +0000 Subject: [PATCH] Changed nerdjack limits git-svn-id: https://bucket.mit.edu/svn/nilm/acquisition/ethstream@7423 ddd99763-3ecb-0310-9145-efcb8ce7c51f --- nerdjack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nerdjack.c b/nerdjack.c index c617467..64f262e 100644 --- a/nerdjack.c +++ b/nerdjack.c @@ -325,7 +325,7 @@ nerd_data_stream (int data_fd, int numChannels, int *channel_list, //If this is the first time called, warn the user if we're too fast if (linesdumped == 0) { - if (period < (numChannelsSampled * 100 + 300)) + if (period < (numChannelsSampled * 200 + 600)) { info ("You are sampling close to the limit of NerdJack\n"); info ("Sample fewer channels or sample slower\n");