diff options
| author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2017-02-13 12:46:17 +0000 | 
|---|---|---|
| committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2017-02-13 12:46:17 +0000 | 
| commit | d26df9b9fd1dd50ed9c26518fcecfe2af7ca4868 (patch) | |
| tree | 3a39b66972c45919ccd654bcb93e017ad0ef895f /include | |
| parent | 5ea091f9cde6090c4829e78b7d2ac5a566ede8f1 (diff) | |
| parent | 65f3f7673b23fbd5f6582bd529f2784fca9bbe1b (diff) | |
| download | ouroboros-d26df9b9fd1dd50ed9c26518fcecfe2af7ca4868.tar.gz ouroboros-d26df9b9fd1dd50ed9c26518fcecfe2af7ca4868.zip  | |
Merged in sandervrijders/ouroboros/be-ipcpd-threads (pull request #372)
ipcpd: Increase threadpool size
Diffstat (limited to 'include')
| -rw-r--r-- | include/ouroboros/config.h.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ouroboros/config.h.in b/include/ouroboros/config.h.in index 10d78cd0..517eee45 100644 --- a/include/ouroboros/config.h.in +++ b/include/ouroboros/config.h.in @@ -48,7 +48,7 @@  #define SHM_FLOW_SET_PREFIX    "/ouroboros.sets."  #define IRMD_MAX_FLOWS         4096  #define IRMD_THREADPOOL_SIZE   16 -#define IPCPD_THREADPOOL_SIZE  3 +#define IPCPD_THREADPOOL_SIZE  16  #define IPCPD_MAX_CONNS        IRMD_MAX_FLOWS  #define PTHREAD_COND_CLOCK     CLOCK_MONOTONIC  #define PFT_SIZE               1 << 12  | 
