Ref T184 Use CTokenBucket to throttle identical log messages.

This commit is contained in:
Mathew Sutcliffe
2017-11-08 21:27:22 +00:00
parent dbb67b385b
commit 23becf9619
3 changed files with 23 additions and 1 deletions

View File

@@ -362,7 +362,7 @@ namespace BlackMisc
BLACK_METAMEMBER(severity),
BLACK_METAMEMBER(message),
BLACK_METAMEMBER(args),
BLACK_METAMEMBER(timestampMSecsSinceEpoch)
BLACK_METAMEMBER(timestampMSecsSinceEpoch, 0, DisabledForHashing | DisabledForComparison)
);
};