mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 06:16:11 +02:00
✨ Make the audit log gc more agressive
This commit is contained in:
parent
978b309b04
commit
435c627afd
3 changed files with 10 additions and 18 deletions
|
@ -94,7 +94,6 @@
|
|||
(s/def ::telemetry-enabled ::us/boolean)
|
||||
|
||||
(s/def ::audit-log-archive-uri ::us/string)
|
||||
(s/def ::audit-log-gc-max-age ::dt/duration)
|
||||
|
||||
(s/def ::admins ::us/set-of-strings)
|
||||
(s/def ::file-change-snapshot-every ::us/integer)
|
||||
|
@ -212,7 +211,6 @@
|
|||
::admins
|
||||
::allow-demo-users
|
||||
::audit-log-archive-uri
|
||||
::audit-log-gc-max-age
|
||||
::auth-token-cookie-name
|
||||
::auth-token-cookie-max-age
|
||||
::authenticated-cookie-name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue