Skip to content

Commit cfc9901

Browse files
committed
without this flag, requests from WAN have a 26 second delay lol
1 parent fd55172 commit cfc9901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mkdir -p data
1818
mkdir -p uploads
1919

2020
PORT=${PORT:-3000}
21-
tcpserver -c 1000 0 $PORT ./core.sh
21+
tcpserver -R -c 1000 0 $PORT ./core.sh
2222

2323
if [[ ! -z "$PID" ]]; then
2424
kill "$PID"

0 commit comments

Comments
 (0)