There was an error while loading. Please reload this page.
1 parent c08530e commit ad72069Copy full SHA for ad72069
1 file changed
include/motis/config.h
@@ -205,9 +205,6 @@ struct config {
205
std::map<std::string, feed> feeds_{};
206
std::map<std::string, group> groups_{};
207
std::map<std::string, restrictions> default_restrictions_{};
208
- // Read the feeds from `dump_gbfs/<feed_id>/` instead of fetching them,
209
- // and never refresh. Counterpart of `timetable.canned_rt`; the dump is
210
- // written by running a server with a `dump_gbfs/` directory present.
211
bool canned_gbfs_{false};
212
unsigned update_interval_{60};
213
unsigned http_timeout_{30};
0 commit comments