Also increase timeout limit for nextcloud uploads
This commit is contained in:
parent
73b71ace69
commit
0f77c804f0
|
@ -30,6 +30,8 @@
|
||||||
short_open_tag = "Off";
|
short_open_tag = "Off";
|
||||||
upload_max_filesize = "16G";
|
upload_max_filesize = "16G";
|
||||||
post_max_size = "16G";
|
post_max_size = "16G";
|
||||||
|
max_input_time = 3600;
|
||||||
|
max_execution_time = 3600;
|
||||||
};
|
};
|
||||||
extraApps = with pkgs.nextcloud26Packages.apps; {inherit calendar contacts bookmarks;};
|
extraApps = with pkgs.nextcloud26Packages.apps; {inherit calendar contacts bookmarks;};
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
|
|
Loading…
Reference in a new issue