Skip to content
Snippets Groups Projects
Commit bf208814 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

iproto: increase the default fiber cache size

parent b6ec8913
No related merge requests found
......@@ -115,8 +115,8 @@ struct IprotoRequestGuard {
/* {{{ iproto_queue */
enum {
IPROTO_FIBER_CACHE_SIZE = 128,
IPROTO_FIBER_POOL_SIZE = 1024,
IPROTO_FIBER_CACHE_SIZE = IPROTO_FIBER_POOL_SIZE * 2
};
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment