Back
Hoodmaps
Load previous page…
replace direct SQLite INSERTs of drawings via AJAX on #hoodmaps with saving to a text file buffer in /data/hoodmaps.db.queue.txt which we then pull with a cron job @hourly to avoid DB locked problems when too many people write at same time
fix #hoodmaps 503 errors w/ @daniellockyer it turned out to be the rate limiter not the SQLite db
try debug #hoodmaps I/O SQLite errors with @daniellockyer and VACUUM hoodmaps.db to see if it solves it