réplica de
https://github.com/friendica/friendica
sincronizado 2025-09-01 21:11:11 +02:00
add config variable for max file size of CSV file
Este commit está contenido en:
padre
d3122c396e
commit
9ceda398ae
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
|
@ -124,6 +124,12 @@ return [
|
|||
// The fully-qualified URL of this Friendica node.
|
||||
// Used by the worker in a non-HTTP execution environment.
|
||||
'url' => '',
|
||||
|
||||
// max_csv_file_size (Integer)
|
||||
// When uploading a CSV with account addresses to follow
|
||||
// in the user settings, this controls the maximum file
|
||||
// size of the upload file.
|
||||
'max_csv_file_size' => 30720,
|
||||
],
|
||||
|
||||
// Used in the admin settings to lock certain features
|
||||
|
|
Cargando…
Añadir tabla
Añadir enlace
Referenciar en una nueva incidencia