Skip to content

Commit 7b48b4d

Browse files
sirainencmouse
authored andcommitted
data/settings: Add note about passdb/userdb_use_worker not working with all drivers
1 parent 6149864 commit 7b48b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9338,7 +9338,7 @@ The static password to be used for all users authenticating using this passdb.`
93389338
},
93399339
text: `
93409340
If \`yes\`, run the passdb lookup in auth-worker process instead of the main
9341-
auth process.`
9341+
auth process. This setting is only used by some of the passdb drivers.`
93429342
},
93439343

93449344
passdb_result_success: {
@@ -10968,7 +10968,7 @@ Skip user existence verification via passdb lookup.`
1096810968
},
1096910969
text: `
1097010970
If \`yes\`, run the userdb lookup in auth-worker process instead of the main
10971-
auth process.`
10971+
auth process. This setting is only used by some of the userdb drivers.`
1097210972
},
1097310973

1097410974
userdb_result_success: {

0 commit comments

Comments
 (0)