Use separate thread for saving session data.

This commit is contained in:
Jari Sundell
2025-12-17 22:42:44 +01:00
committed by GitHub
parent 16ff32b88c
commit 8f644e65dd
21 changed files with 668 additions and 209 deletions
+1
View File
@@ -11,6 +11,7 @@
#include "control.h"
#include "globals.h"
#include "thread_worker.h"
#include "rpc/scgi_task.h"
#include "utils/socket_fd.h"