mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
For educational purposes, the RNG service is meant to process only one request at a time (without concurrency). But the flask server now defaults to a multi-threaded implementation, which defeats our original purpose. So here we disable threading to restore the original behavior.