summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--progress.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/progress.h b/progress.h
index ee7b800..842098f 100644
--- a/progress.h
+++ b/progress.h
@@ -25,11 +25,11 @@
#include "hlist.h"
-#define PROGRESS_VERSION "0.16"
+#define PROGRESS_VERSION "0.17"
#define PROC_PATH "/proc"
-#define MAX_PIDS 32
-#define MAX_RESULTS 32
+#define MAX_PIDS 128
+#define MAX_RESULTS 128
#define MAX_FD_PER_PID 512
#define LINE_LEN 256