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

Add config options: fixed_block_size and web_token_expire_time

This commit is contained in:
cuihaikuo
2016-10-08 11:32:26 +08:00
parent 72ae505def
commit 0699a9e2e6
4 changed files with 34 additions and 4 deletions

View File

@@ -16,8 +16,10 @@ struct _HttpServerStruct {
int bind_port;
char *http_temp_dir; /* temp dir for file upload */
char *windows_encoding;
gint64 fixed_block_size;
gint64 max_upload_size;
gint64 max_download_dir_size;
int web_token_expire_time;
int max_indexing_threads;
};