Thomas Karolski
Thomas Karolski
I guess exposing [`ACTION_HISTORY_MAX_ROWS`](https://github.com/gristlabs/grist-core/blob/7bae7a86bf45ac66085cddd27e7562961e038688/app/server/lib/ActionHistoryImpl.ts#L130) & `ACTION_HISTORY_MAX_BYTES` as environment Variables should work, right? I'm amazed I did not reach the 1000 rows, since that would be only 1000s in my case...
Yes, that would work for me. Though I would still like to know what caused `grist-sessions.db` to grow this large. Am I potentially misusing the system by creating a new...
Oh, I was under the assumption that the history was stored inside the actual document SQLite DB and not the `grist-sessions.db`. OK, good to know
> The grist-sessions.db table stores session information, when Redis is not available. It does sound like you might be getting a lot of session churn somehow? Are the requests made...