File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ide-common/src/main/kotlin/org/digma/intellij/plugin/analytics Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ class BackendInfoHolder(val project: Project) : DisposableAdaptor {
139139 Log .log(logger::trace, " update failed trying again in 5 seconds" )
140140 // if update fails run another try after 2 seconds. maybe it was a momentary error from AnalyticsService.
141141 // if that will not succeed there will be another periodic update soon
142- disposingOneShotDelayedTask(" BackendInfoHolder.update-fallack " , 5 .seconds.inWholeMilliseconds) {
142+ disposingOneShotDelayedTask(" BackendInfoHolder.update-fallback " , 5 .seconds.inWholeMilliseconds) {
143143 Log .log(logger::trace, " calling updateImpl after 5 seconds delay" )
144144 updateImpl()
145145 }
You can’t perform that action at this time.
0 commit comments