From eaf1e9c3cccab98e82207d5f188105cd2e5eafc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20M=C3=AD=C5=A1ek?= Date: Wed, 4 Sep 2024 23:45:22 +0200 Subject: [PATCH] docs --- docs/configuration.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 640f3ae89..86ec7c83e 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -151,17 +151,3 @@ public partial class Startup } } ``` - -## Extra Settings - -**WPDOTNET_HOTPLUG_ENABLE** is an option which enables or disables the compilation on the fly (hotplug). This effectively disallows downloading plugins from the dashboard, improves memory efficiency, improve startup time. Enabled by default. - -```json -{ - "WordPress": { - "Constants": { - "WPDOTNET_HOTPLUG_ENABLE": 0, - } - } -} -```