Skip to content

Commit

Permalink
Use right unit
Browse files Browse the repository at this point in the history
  • Loading branch information
RMartinOscar committed Jan 26, 2025
1 parent 374e580 commit cb066d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ protected function getHeaderActions(): array
->storeFiles(false)
->previewable(false)
->preserveFilenames()
->maxSize($server->node->upload_size * (config('panel.use_binary_prefix') ? 1024 : 1000))
->maxSize($server->node->upload_size * config('panel.use_binary_prefix') ? 1024 : 1000 / 10)
->multiple(),
]),
Tab::make('Upload From URL')
Expand Down

0 comments on commit cb066d1

Please sign in to comment.