You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current subdomain registrar is limited by relying on sqlite -- it makes concurrency pretty hard, and things like registrations and batch processing are currently stepping on each other's toes. Moving to postgresql opens up a lot of space to improve on this front (and makes cluster operation much easier).
The text was updated successfully, but these errors were encountered:
The current subdomain registrar is limited by relying on sqlite -- it makes concurrency pretty hard, and things like registrations and batch processing are currently stepping on each other's toes. Moving to postgresql opens up a lot of space to improve on this front (and makes cluster operation much easier).
The text was updated successfully, but these errors were encountered: