1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-01 14:32:48 +01:00
Huong Nguyen 41722cf56e
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:37:49 +07:00
..