1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-13 13:51:53 +00:00

Support loading configuration from database.

This commit is contained in:
cuihaikuo
2017-09-07 17:01:56 +08:00
parent 1dbc15f38e
commit b11f861fbd
25 changed files with 536 additions and 111 deletions

View File

@@ -24,6 +24,7 @@
#include "listen-mgr.h"
#include "size-sched.h"
#include "copy-mgr.h"
#include "config-mgr.h"
#include "mq-mgr.h"
@@ -68,6 +69,7 @@ struct _SeafileSession {
SeafQuotaManager *quota_mgr;
SeafListenManager *listen_mgr;
SeafCopyManager *copy_mgr;
SeafCfgManager *cfg_mgr;
SeafWebAccessTokenManager *web_at_mgr;
@@ -81,7 +83,6 @@ struct _SeafileSession {
int is_master;
int cloud_mode;
int keep_history_days;
int rpc_thread_pool_size;
int sync_thread_pool_size;