Remove SCHED_REAP_FREQ
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m39s

This commit is contained in:
2026-03-02 00:31:21 +01:00
parent 68f6aef215
commit a566917ee9

View File

@@ -32,8 +32,6 @@
#define PIDS_MAX 1024
#define SCHED_REAP_FREQ 10
static struct rb_node_link* proc_tree = NULL;
static spin_lock_t proc_tree_lock = SPIN_LOCK_INIT;