perf: update

This commit is contained in:
赵鑫 2022-09-05 01:25:03 +08:00
parent 8b70613bae
commit 98415ae3cf

View File

@ -55,7 +55,7 @@ io.on('connection', (client) => {
// break
case 'flash':
sense.clear(O)
setTimeout(sense.clear, 100)
setTimeout(sense.clear, 200)
break
case 'clear':
sense.clear()