From 3adb7c4584b8e3258bbcc9dd7bc35ceac7bdb46b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kruli=C5=A1?= Date: Sun, 3 Oct 2021 16:51:46 +0200 Subject: [PATCH] Updated Major Release: ReCodEx 2.0 (markdown) --- Major-Release:-ReCodEx-2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Major-Release:-ReCodEx-2.0.md b/Major-Release:-ReCodEx-2.0.md index f1d4e69..10d4962 100644 --- a/Major-Release:-ReCodEx-2.0.md +++ b/Major-Release:-ReCodEx-2.0.md @@ -7,7 +7,7 @@ /opt/recodex-core/bin/console migrations:migrate ``` -- Core module has now service that handles async operations. On Linux, you might want to add `async` > `inotify` option (and set it to `true`) in core module configuration. See [config.local.neon.example](https://github.com/ReCodEx/api/blob/master/app/config/config.local.neon.example) for details. The service just needs to be started (no special configuration is necessary): +- Core module has now service that handles async operations. On Linux, you might want to add `async` > `inotify` option (and set it to `true`) in core module configuration (otherwise the worker uses only polling, which has higher latency). See [config.local.neon.example](https://github.com/ReCodEx/api/blob/master/app/config/config.local.neon.example) for details. The service just needs to be started (works even if you make no changes to configuration): ``` $> systemctl enable recodex-core.service $> systemctl start recodex-core.service