mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
set image size limit by default
This commit is contained in:
parent
f9b3f7a4d2
commit
40427c71fb
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ micro_workers = 10
|
||||||
macro_workers = 10
|
macro_workers = 10
|
||||||
bizarre_retry = 3
|
bizarre_retry = 3
|
||||||
image_alloc = 536870912 # 512MB
|
image_alloc = 536870912 # 512MB
|
||||||
image_bound = [ 0, 0 ]
|
image_bound = [ 5000, 5000 ]
|
||||||
suppress_preload = false
|
suppress_preload = false
|
||||||
|
|
||||||
[plugin]
|
[plugin]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue