1
0
mirror of https://github.com/moodle/moodle.git synced 2025-02-16 22:05:13 +01:00
Huong Nguyen a2866d6833
MDL-72359 core_analytics: Better handling of MAX_TIME
We are limited by both PHP's max int value and DB (cross-db) max int allowed.
We need to use the smallest one
2023-08-29 20:36:58 +07:00
..