Don't execute i18n watcher on boot. It shouldn't catch any file changes initially,
 and unnecessarily slows down boot of applications with lots of tr

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-21 03:00:05

Don't execute i18n watcher on boot. It shouldn't catch any file changes initially, and unnecessarily slows down boot of applications with lots of translations.

This change can be seen as a bug fix, but since it behaved like this for a very long time, we're deciding to not backport the fix and to make the change in a major release.

The input stream is an IO-like object which contains the raw HTTP POST data. When applicable, its external encoding must be “ASCII-8BIT” and it must be opened in binary mode.

Leave a Comment