Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Sep 4, 2024
1 parent 1802f94 commit eaf1e9c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}
}
```

0 comments on commit eaf1e9c

Please sign in to comment.