chore: more general linting fixes based on validation workflow feedback

This commit is contained in:
Tommy 2024-11-14 20:17:16 +01:00
parent 8e54a89a2a
commit 55d9fefb0a
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc
4 changed files with 637 additions and 684 deletions

View file

@ -32,9 +32,10 @@ conduit:
allowUnstableRoomVersions: true
trustedServers:
- "matrix.org"
maxRequestSize: "20000000" # in bytes, ~20 MB
# in bytes, ~20 MB
maxRequestSize: "20000000"
# maxConcurrentRequests: 100
maxConcurrentRequests: # log: "warn,rocket=off,_=off,sled=off"
# log: "warn,rocket=off,_=off,sled=off"
log:
registrationToken:

View file

@ -25,7 +25,8 @@ serviceAccount:
podAnnotations: {}
podSecurityContext: {} # fsGroup: 2000
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff