mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
Before the Django 2.x upgrade, the DatabaseCreation argument took an integer value. To deal with running mulitple test instances, we created a random start range that could count up 100 workers until the next random id. Arbitrarily limiting the number of workers to 100. Post upgrade, we can now use string values. Enabling the database + worker numbers to be more readable, as well as removing the cap on the worker count.
25 KiB
25 KiB