Changes between Version 1 and Version 2 of Ticket #58388, comment 2
- Timestamp:
- 05/23/2023 06:49:16 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58388, comment 2
v1 v2 1 1 Yeah I think this is best reported against the source repository as Sergey mentioned. 2 2 3 Presumably, an option for `max_days` could be added, or just capped with `days_back = m ax( days_back, 1830 )` (about 5 years, or whatever).3 Presumably, an option for `max_days` could be added, or just capped with `days_back = min( days_back, 1830 )` (about 5 years, or whatever).