Skip to content

Commit 91ff1df

Browse files
committed
[BUGFIX] Fix async label in ext_conf_template
1 parent 30d858b commit 91ff1df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext_conf_template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use_system_settings = 1
1818
hide_webp = 1
1919
# cat=basic; type=string; label=Pattern to filter out files
2020
filter_pattern = /\.(jpe?g|png|gif)\.(webp|avif|jxl)$/i
21-
# cat=async; type=boolean; label=Enable asynchronous conversion via tx_webp_queue + the webp:process-queue scheduler task (decouples conversion from page render)
21+
# cat=async; type=boolean; label=Enable asynchronous conversion via a scheduler task
2222
async = 0
2323
# cat=async; type=int+; label=Random sleep (ms) between conversions in the worker (0 = no sleep); each pause is randomized between half and 1.5x of this value
2424
async_throttle_ms = 0

0 commit comments

Comments
 (0)