Skip to content

Commit e00877e

Browse files
committed
Revert "没必要sleep"
This reverts commit 739449d.
1 parent 739449d commit e00877e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

script/brave/brave.lua

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ local function channel_bpop(ctx)
1717
return table.unpack(r, 2)
1818
end
1919
end
20+
thread.sleep(10)
2021
end
2122
end
2223

script/pub/pub.lua

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ local function channel_bpop(ctx)
1919
return table.unpack(r, 2)
2020
end
2121
end
22+
thread.sleep(10)
2223
end
2324
end
2425

0 commit comments

Comments
 (0)