add per-room mutex, possibly fixes #8

This commit is contained in:
Aine
2022-08-27 22:10:22 +03:00
parent 9484758f33
commit d1c48b9b31
4 changed files with 38 additions and 0 deletions

8
e2e/send-stress Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
for i in {0..10..1}; do
echo "#${i}..."
ssmtp test@localhost < $1
done
echo "done"