omeka-s-modules / FileSideload

GNU General Public License v3.0
2 stars 3 forks source link

Exceeded timeout of the php process during import #31

Open ThibaudGLT opened 1 year ago

ThibaudGLT commented 1 year ago

Since the possibility of importing files, it's possible that the php process stops due to huge import size. The php variable "max_execution_time" set to 30s could be increased but this would have an impact on all processes.

To fix this, what do you think of launching a job when importing a file or setting a limit to the process via the php function "set_time_limit" so as not to affect other php processes.