diff --git a/jc/utils.py b/jc/utils.py index 60670e95..713519df 100644 --- a/jc/utils.py +++ b/jc/utils.py @@ -262,7 +262,7 @@ class timestamp: return f'timestamp(string={self.string!r}, format={self.format}, naive={self.naive}, utc={self.utc})' @staticmethod - @lru_cache + @lru_cache(maxsize=512) def _parse_dt(dt_string): """ Input a date-time text string of several formats and convert to