mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-13 10:21:50 +00:00
actually schedule the search cleanup code to run
This commit is contained in:
parent
8e05c6c6a7
commit
657777881b
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ func (sinfo *searchInfo) startSearch() {
|
|||
time.AfterFunc(search_RETRY_TIME-elapsed, cleanupFunc)
|
||||
})
|
||||
}
|
||||
time.AfterFunc(search_RETRY_TIME, cleanupFunc)
|
||||
}
|
||||
|
||||
// Calls create search, and initializes the iterative search parts of the struct before returning it.
|
||||
|
|
Loading…
Reference in a new issue