workspace.json updates #195
-
I have added the following to structurizr.properties:
When I start structurizr this is confirmed on the console. The workspace.json however still is updated frequently. I had one case where the json was somehow reseted (maybe because I interrupted structurizr during processing of the dsl files. Question: Why is workspace.json saved? Can't this be switched off? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Structurizr Lite is designed for faster workspace authoring, so each time you load/refresh a Structurizr Lite page, the
It can't. I'd recommend publishing your workspace to an on-premises installation if you need a true read-only version. |
Beta Was this translation helpful? Give feedback.
Structurizr Lite is designed for faster workspace authoring, so each time you load/refresh a Structurizr Lite page, the
workspace.dsl
file is parsed and converted into aworkspace.json
file.structurizr.autoSaveInterval=0
should disable auto-saving from the diagram editor, but the aforementioned process still remains.It can't. I'd recommend publishing your workspace to an on-premises installation if you need a true read-only version.