1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-16 15:18:58 +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

@@ -8,7 +8,6 @@
struct _SeafQuotaManager {
struct _SeafileSession *session;
gint64 default_quota;
gboolean calc_share_usage;
};
typedef struct _SeafQuotaManager SeafQuotaManager;