mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
req_ctx: Use only 10 small buffers, and no large ones
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
#include "trace.h"
|
||||
#include "req_ctx.h"
|
||||
|
||||
#define NUM_RCTX_SMALL 0
|
||||
#define NUM_RCTX_LARGE 20
|
||||
#define NUM_RCTX_SMALL 10
|
||||
#define NUM_RCTX_LARGE 0
|
||||
|
||||
#define NUM_REQ_CTX (NUM_RCTX_SMALL+NUM_RCTX_LARGE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user