Skip to content

Commit

Permalink
add 1 sec delay
Browse files Browse the repository at this point in the history
  • Loading branch information
bbb31 committed Dec 3, 2017
1 parent b56caf1 commit 80d9939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ func main() {
}

if permutatedQ.Len() == 0 || dbQ.Len() > 0 {
time.Sleep(1 * time.Second)
exit = true
}

Expand Down

0 comments on commit 80d9939

Please sign in to comment.