Skip to content
Snippets Groups Projects
Commit 79ca835c authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Manager: immediately download task depsgraph upon startup

parent 86f720ee
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ func (self *UpstreamConnection) KickDownloader(synchronous bool) { ...@@ -93,7 +93,7 @@ func (self *UpstreamConnection) KickDownloader(synchronous bool) {
func (self *UpstreamConnection) download_task_loop() { func (self *UpstreamConnection) download_task_loop() {
timer_chan := Timer("download_task_loop", timer_chan := Timer("download_task_loop",
self.config.DownloadTaskSleep, self.config.DownloadTaskSleep,
true, false,
self.done, self.done,
self.done_wg, self.done_wg,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment