@Doomed_Daniel@mastodon.gamedev.place
Post #2296811
2026-04-22 22:27 UTC
@sinbad@mastodon.gamedev.place
The web server is part of Gitea, right, just one go process?
Should work fine with multiple users (probably even if it were multiple processes).
AFAIK SQLite has kinda coarse locking so *lots of* concurrent writes could cause problems, but a handful of users should be fine, possibly even (a lot) more.
AFAIK Gitea even used to run a public demo instance with SQLite
Replies (1)
-
@sinbad@mastodon.gamedev.place 2026-04-22 23:26
@Doomed_Daniel@mastodon.gamedev.place nah I tried it back in the early days on the same assumption and it choked constantly even under light load (Edit: possibly it’s better now, I tried it literally years ago)