Skip to content

gateway: add max_concurrency support

spiral requested to merge spiralw/litecord:feat/max_concurrency into master

this MR adds support for max_concurrency.

right now, the way to change max_concurrency is just to manually change users.max_concurrency in postgres (which seems to be the case for other things as well). is there a place in manage.py where this should be added that I didn't see?

Merge request reports