Skip to content

Commit

Permalink
Decrease delay
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbn committed Jul 14, 2016
1 parent 9f89fdb commit 92cb4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/code_view/client_idea/utils/SyncLoopThread.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package code_view.client_idea.utils
import com.intellij.openapi.application.ApplicationManager

class SyncLoopThread(run: SyncLoopThread.() -> Unit) {
val delay = 100L
val delay = 20L
var shouldStop = false


Expand Down

0 comments on commit 92cb4f1

Please sign in to comment.