This commit is contained in:
Milos Tijanic
2024-06-27 19:21:59 +02:00
parent 78d807e001
commit af77e083a2
20 changed files with 693 additions and 71 deletions

View File

@@ -53,7 +53,7 @@ TYPEDEF_BITVECTOR(MC_ENGINE_BITVECTOR);
#define RPC_TIMEOUT_LIMIT_PRINT_RATE_THRESH 3 // rate limit after 3 prints
#define RPC_TIMEOUT_LIMIT_PRINT_RATE_SKIP 29 // skip 29 of 30 prints
#define RPC_HISTORY_DEPTH 8
#define RPC_HISTORY_DEPTH 128
typedef struct RpcHistoryEntry
{