Skip to content

Commit ab21f3c

Browse files
sirainencmouse
authored andcommitted
auth/lua: Rename blocking to worker
1 parent ae0452d commit ab21f3c

File tree

1 file changed

+1
-1
lines changed
  • docs/core/config/auth/databases

1 file changed

+1
-1
lines changed

docs/core/config/auth/databases/lua.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ passdb lua {
208208
If `auth_password_verify` is found, it's always used.
209209

210210
By default, dovecot runs Lua scripts in auth-worker processes. If you do not
211-
want this, you can disable blocking, and Lua script will be run in auth
211+
want this, you can disable using worker, and Lua script will be run in auth
212212
process. This can degrade performance if your script is slow or makes external
213213
lookups.
214214

0 commit comments

Comments
 (0)