diff options
-rw-r--r-- | debian/patches/libpager-fixthreads.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/libpager-fixthreads.patch b/debian/patches/libpager-fixthreads.patch index 18ca3d2d..143cee8b 100644 --- a/debian/patches/libpager-fixthreads.patch +++ b/debian/patches/libpager-fixthreads.patch @@ -462,7 +462,7 @@ index b4d4054..ce71717 100644 + + At least one worker thread is necessary. +*/ -+#define WORKER_COUNT 1 ++#define WORKER_COUNT 3 + +/* An request contains the message received from the port set. */ +struct request |