1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

ci: set password hash iterations to 100 for API tests

This is much faster than the default number of iterations which is 100000).
This commit is contained in:
Sébastien Helleu
2025-06-23 18:36:54 +02:00
parent b4f28ed2d4
commit cd0486d5bb
+1
View File
@@ -194,6 +194,7 @@ jobs:
weechat-headless \
--dir /tmp/weechat-test-api \
--run-command '/set relay.network.password "${{ env.RELAY_PASSWORD }}"' \
--run-command '/set relay.network.password_hash_iterations 100' \
--run-command '/set relay.network.max_clients 0' \
--run-command '/relay add api 9000' \
--daemon \