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

Regularly cleanup files in the httptemp directory (#343)

* Regularly cleanup files in the httptemp directory

* Add scan http temp dir default configuration

* Fix mem leak for scan httptemp dir

* Modify int to gint64
This commit is contained in:
feiniks
2020-05-20 18:36:38 +08:00
committed by GitHub
parent cb696853c4
commit 50882b41f4
3 changed files with 111 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ fileserver_config_get_integer(GKeyFile *config, char *key, GError **error);
char *
fileserver_config_get_string(GKeyFile *config, char *key, GError **error);
int
fileserver_config_get_int64(GKeyFile *config, char *key, GError **error);
gboolean
fileserver_config_get_boolean(GKeyFile *config, char *key, GError **error);