Skip to content

Commit

Permalink
bump MAX_PIDS and MAX_RESULTS to 128
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienOniti committed Oct 13, 2023
1 parent 4720676 commit 208422a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions progress.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 208422a

Please sign in to comment.