File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ class Discovery {
211211 Date . now ( ) - this . rediscoverVertexThresholdTime ,
212212 ) ;
213213 await this . taskManager . scheduleTask ( {
214- handlerId : this . discoverVertexHandlerId ,
214+ handlerId : this . checkRediscoveryHandlerId ,
215215 path : [ this . constructor . name , this . checkRediscoveryHandlerId ] ,
216216 lazy : true ,
217217 delay : this . rediscoverCheckIntervalTime ,
@@ -285,7 +285,7 @@ class Discovery {
285285 ) ;
286286 // Start up rediscovery task
287287 await this . taskManager . scheduleTask ( {
288- handlerId : this . discoverVertexHandlerId ,
288+ handlerId : this . checkRediscoveryHandlerId ,
289289 path : [ this . constructor . name , this . checkRediscoveryHandlerId ] ,
290290 lazy : true ,
291291 delay : this . rediscoverCheckIntervalTime ,
You can’t perform that action at this time.
0 commit comments