data provider: add a setting to prevent auto-update

This commit is contained in:
Nicola Murino
2020-10-05 19:42:33 +02:00
parent 0ef826c090
commit c992072286
13 changed files with 71 additions and 47 deletions

View File

@@ -141,6 +141,7 @@ func init() {
Parallelism: 2,
},
},
UpdateMode: 0,
},
HTTPDConfig: httpd.Conf{
BindPort: 8080,