Fix MP desync caused by incorrect FlowStat::ScaleToMonthly scaling
Fixes: 51a66b95
This commit is contained in:
@@ -346,7 +346,7 @@ public:
|
||||
* Get the date when the underlying link graph was last compressed.
|
||||
* @return Compression date.
|
||||
*/
|
||||
inline Date LastCompression() const { return this->link_graph.LastCompression(); }
|
||||
inline DateTicksScaled LastCompression() const { return this->link_graph.LastCompression(); }
|
||||
|
||||
/**
|
||||
* Get the ID of the underlying link graph.
|
||||
|
Reference in New Issue
Block a user