add per-room mutex, possibly fixes #8
This commit is contained in:
8
e2e/send-stress
Executable file
8
e2e/send-stress
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
for i in {0..10..1}; do
|
||||
echo "#${i}..."
|
||||
ssmtp test@localhost < $1
|
||||
done
|
||||
|
||||
echo "done"
|
||||
Reference in New Issue
Block a user