Sergey
Sergey
sorry, i lost sources v1.1 i'd made some optimizations, but forgot where in code (need to review the code... again...)
can you send to [email protected] last log file after crash?
Thanks for reports, now i know which module is causing crash. Please, set "ShowWinner" : false,
I'll fix it
Pass needed only for solo-mode, so you keep passphrases.txt in miner's folder. Also, you always can disable logs in miner.conf. why you send your logs to Internet?
Another example: way id = [969631187](https://www.openstreetmap.org/way/969631187) duration 02:05. route time [04:38](https://valhalla.openstreetmap.de/directions?profile=car&wps=40.52500247955323%2C64.53157823479705%2C40.198770761489875%2C64.6306307299062) btw, [this way](https://www.openstreetmap.org/way/28328718) have 8 edges (codirectional)
@kevinkreiser You right, usually we spend a huge of time for waiting and loading cars onto the ferry. But about time and FerryCost - it's [another issue](https://github.com/valhalla/valhalla/issues/4219) 😄
> @Blagodarenko how did you verify that those ferries would create more edges than 1 (well 2 directional ones)? I'm run [valhalla_ways_to_edges](https://github.com/valhalla/valhalla/blob/master/src/mjolnir/valhalla_ways_to_edges.cc), then found ferry's id in file way_edges.txt: format:...
[712562675](https://www.openstreetmap.org/way/712562675) - crossed by another ferries 3 times. [969631187](https://www.openstreetmap.org/way/969631187) - crossed 1 time. [845853263](https://www.openstreetmap.org/way/845853263) - selfcrossed? (loop, startpoint = endpoint).
Hi, i fixed it like: [current->overall_encoded_speed = constant_encoded_speed](https://github.com/alinmindroc/valhalla_traffic_poc/blob/main/valhalla_code_overwrites/src/mjolnir/valhalla_traffic_demo_utils.cc#L191) **>> 1**; converting 8-bit to 7 bit see https://github.com/valhalla/valhalla/blob/e36f7cd2b63d2686bd228a52d2fc1926ead5959a/valhalla/baldr/traffictile.h#L94