raymondberg / secret_wiki

A wiki designed for telling stories and keeping secrets as you do.
7 stars 1 forks source link

Delay in saving large sections #40

Closed raymondberg closed 2 years ago

raymondberg commented 2 years ago

For some reason a large textbox will freeze and/or not save. Might be a limitation of sqlite.

raymondberg commented 2 years ago

Could this be when creating a section with permissions? It seems to go through...but takes a while.

raymondberg commented 2 years ago

Okay, it's definitely creating a secret session with permissions from scratch. It 500s, but creates the actual section first. Something must be up with assigning permissions on a new section. (takes a long time too)

Workaround: save the section (if dm, save it as "is secret"). Then add permissions on a subsequent edit.