Skip to content

Commit

Permalink
decrease event searching time
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaroWalter committed Jul 18, 2024
1 parent 6c644b7 commit 0a4ff3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function townsquare_get_courses(): array {
* @return int
*/
function townsquare_get_timestart(): int {
return time() - 15768000;
return time() - 604800;
}

/**
Expand Down

0 comments on commit 0a4ff3a

Please sign in to comment.