mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-20 15:28:32 +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 "trace.h"
|
||||||
#include "req_ctx.h"
|
#include "req_ctx.h"
|
||||||
|
|
||||||
#define NUM_RCTX_SMALL 0
|
#define NUM_RCTX_SMALL 10
|
||||||
#define NUM_RCTX_LARGE 20
|
#define NUM_RCTX_LARGE 0
|
||||||
|
|
||||||
#define NUM_REQ_CTX (NUM_RCTX_SMALL+NUM_RCTX_LARGE)
|
#define NUM_REQ_CTX (NUM_RCTX_SMALL+NUM_RCTX_LARGE)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user