Set baud rate to 56k (7000 bytes/sec) for better balance

This commit is contained in:
2026-02-16 03:35:02 +00:00
parent ab465c0234
commit 9a7b00780c
+1 -1
View File
@@ -34,7 +34,7 @@ services:
- "7681:7681" - "7681:7681"
environment: environment:
- TERM=ansi - TERM=ansi
command: sh -c "apk add --no-cache busybox-extras pv && ttyd -W -p 7681 -t fontSize=18 -t 'titleFixed=ORMG BBS - Legend of the Red Dragon' sh -c 'telnet synchronet 23 | pv -q -L 2400'" command: sh -c "apk add --no-cache busybox-extras pv && ttyd -W -p 7681 -t fontSize=18 -t 'titleFixed=ORMG BBS - Legend of the Red Dragon' sh -c 'telnet synchronet 23 | pv -q -L 7000'"
depends_on: depends_on:
- synchronet - synchronet