0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-21 17:31:21 +01:00

Updated Troubleshooting problems (markdown)

Jason Volk 2020-09-28 04:49:14 -07:00
parent 98bc494094
commit cadcee0d53

@ -21,6 +21,8 @@ of *-nolisten -wa -console* options described below.
- *-wa* write-avoid will discourage (but not deny) writes to the database. This prevents a lot of background tasks and other noise, making it easier to conduct maintenance (implies *-nobackfill*).
- *-slave* allows read-only access to a live database. Only one instance of Construct may have write access to a database at a time; additional instances use this option.
- *-console* convenience to immediately drop to the adminstrator console
after startup.