improve timing of responses

This commit is contained in:
Jason Ertel
2023-11-16 15:58:48 -05:00
parent de99cda766
commit c09e8f0d71

View File

@@ -37,7 +37,7 @@ function poll() {
function respond() {
file="$QUEUE_DIR/$1.response"
tmpfile=${file}.tmp
tmpfile="${file}.tmp"
response=$2
touch "$tmpfile"