set image size limit by default

This commit is contained in:
ze0987 2025-04-10 19:36:34 +02:00 committed by GitHub
parent f9b3f7a4d2
commit 40427c71fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ micro_workers = 10
macro_workers = 10
bizarre_retry = 3
image_alloc = 536870912 # 512MB
image_bound = [ 0, 0 ]
image_bound = [ 5000, 5000 ]
suppress_preload = false
[plugin]