Also increase timeout limit for nextcloud uploads

This commit is contained in:
Evie Litherland-Smith 2023-06-19 07:43:25 +01:00
parent 73b71ace69
commit 0f77c804f0

View file

@ -30,6 +30,8 @@
short_open_tag = "Off";
upload_max_filesize = "16G";
post_max_size = "16G";
max_input_time = 3600;
max_execution_time = 3600;
};
extraApps = with pkgs.nextcloud26Packages.apps; {inherit calendar contacts bookmarks;};
extraAppsEnable = true;