minor fixes
This commit is contained in:
@@ -105,6 +105,7 @@ return [
|
||||
],
|
||||
'sortableAttributes' => [
|
||||
'created_at',
|
||||
'published_at_ts',
|
||||
'downloads',
|
||||
'likes',
|
||||
'views',
|
||||
|
||||
@@ -97,6 +97,10 @@ return [
|
||||
'per_user' => env('UPLOAD_RATE_INIT_USER', 10),
|
||||
'per_ip' => env('UPLOAD_RATE_INIT_IP', 30),
|
||||
],
|
||||
'chunk' => [
|
||||
'per_user' => env('UPLOAD_RATE_CHUNK_USER', 180),
|
||||
'per_ip' => env('UPLOAD_RATE_CHUNK_IP', 360),
|
||||
],
|
||||
'finish' => [
|
||||
'per_user' => env('UPLOAD_RATE_FINISH_USER', 6),
|
||||
'per_ip' => env('UPLOAD_RATE_FINISH_IP', 12),
|
||||
@@ -126,6 +130,7 @@ return [
|
||||
'max_bytes' => env('UPLOAD_CHUNK_MAX_BYTES', 5242880),
|
||||
'lock_seconds' => env('UPLOAD_CHUNK_LOCK_SECONDS', 10),
|
||||
'lock_wait_seconds' => env('UPLOAD_CHUNK_LOCK_WAIT_SECONDS', 5),
|
||||
'request_timeout_ms' => env('UPLOAD_CHUNK_REQUEST_TIMEOUT_MS', 45000),
|
||||
],
|
||||
|
||||
'scan' => [
|
||||
|
||||
Reference in New Issue
Block a user