Skip to content

Commit 4c026f1

Browse files
committed
fix-update-loop-in-backend-info-holder
1 parent c7d2af0 commit 4c026f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/analytics/BackendInfoHolder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)