diff --git a/Events-dump-and-rebuild.md b/Events-dump-and-rebuild.md index 7bcb7be..d1fb026 100644 --- a/Events-dump-and-rebuild.md +++ b/Events-dump-and-rebuild.md @@ -24,7 +24,8 @@ Given a fresh (or non-existent) database, Construct performs an automatic "boots 3. Start the server with the additional `-bootstrap ` program option; example: ``` -bin/construct -bootstrap +ircd_db_wal_enable=false bin/construct -bootstrap ``` +> 👉🏻 Setting the configuration item `ircd_db_wal_enable=false` through an environment variable optimizes the bootstrap process. 4. Restart the server with your normal program options to resume service. \ No newline at end of file