Commit Graph

6 Commits

Author SHA1 Message Date
8ee10214c8 async tile fetcher
we use cqueues, which is the async framework that lua-http is built
on. we integrate it into the glib event loop rather hackily by calling
the cqueues event stepper ever 20ms from a glib timeout function

overpass has very low rate limits so we handle a 429 response by
sleeping for a random length of time and retrying. This is, also,
a bit of a hack
2025-06-01 20:50:26 +01:00
995880e5a3 wip 2025-05-29 12:48:21 +01:00
ab8ca0d032 update with TODO list 2025-05-27 17:31:35 +01:00
d12cb03a4e clean up README (a bit) 2024-07-22 15:44:55 +01:00
2932649a51 don't growsf on boot, it seems to cause corruption 2024-02-19 19:57:03 +00:00
fd0be0908f first commit, should have done this a day ago 2024-02-18 21:58:03 +00:00