Mathias Bergqvist
4274b48ea5
feat(gitea): default-branch lru cache
...
Shared LRU avoids repeated Gitea calls for default-branch resolution;
the simple stdlib map alternative would race on concurrent access without
a mutex per entry, which is more code than the LRU.
2026-05-04 23:06:06 +02:00
..
2026-05-04 22:48:39 +02:00
2026-05-04 22:48:39 +02:00
2026-05-04 23:02:21 +02:00
2026-05-04 23:02:21 +02:00
2026-05-04 22:11:50 +02:00
2026-05-04 23:06:06 +02:00
2026-05-04 22:15:39 +02:00
2026-05-04 23:06:06 +02:00
2026-05-04 22:52:24 +02:00
2026-05-04 22:52:24 +02:00
2026-05-04 22:51:40 +02:00
2026-05-04 22:51:40 +02:00
2026-05-04 22:53:14 +02:00
2026-05-04 22:53:14 +02:00
2026-05-04 22:20:33 +02:00
2026-05-04 22:20:33 +02:00
2026-05-04 22:57:11 +02:00
2026-05-04 22:57:11 +02:00
2026-05-04 22:21:20 +02:00
2026-05-04 22:21:20 +02:00
2026-05-04 22:08:24 +02:00
2026-05-04 22:08:24 +02:00
2026-05-04 22:07:44 +02:00
2026-05-04 22:07:44 +02:00
2026-05-04 22:44:44 +02:00
2026-05-04 22:44:44 +02:00
2026-05-04 21:27:50 +02:00
2026-05-04 22:25:23 +02:00
2026-05-04 22:25:23 +02:00
2026-05-04 22:25:10 +02:00
2026-05-04 23:06:06 +02:00