Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
9c4563c5
Commit
9c4563c5
authored
3 years ago
by
H. Shay
Browse files
Options
Downloads
Patches
Plain Diff
remove empty file, reword/rename newsfragment, and add line to upgrade doc
parent
738e569e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changelog.d/11849.feature
+1
-0
1 addition, 0 deletions
changelog.d/11849.feature
docs/upgrade.md
+1
-0
1 addition, 0 deletions
docs/upgrade.md
synapse/config/background_updates.py
+0
-0
0 additions, 0 deletions
synapse/config/background_updates.py
with
2 additions
and
0 deletions
changelog.d/11849.
misc
→
changelog.d/11849.
feature
+
1
−
0
View file @
9c4563c5
Enable cache time-based expiry by default. The `expiry_time` config flag
will
be superseded by `expire_caches` and `cache_entry_ttl`.
Enable
cache
time-based
expiry
by
default.
The
`expiry_time`
config
flag
has
be
en
superseded
by
`expire_caches`
and
`cache_entry_ttl`.
This diff is collapsed.
Click to expand it.
docs/upgrade.md
+
1
−
0
View file @
9c4563c5
...
@@ -117,6 +117,7 @@ Formerly, entries in the cache were not evicted regardless of whether they were
...
@@ -117,6 +117,7 @@ Formerly, entries in the cache were not evicted regardless of whether they were
This behavior has now changed. By default entries in the cache are now evicted after 30m of not being accessed.
This behavior has now changed. By default entries in the cache are now evicted after 30m of not being accessed.
To change the default behavior, go to the
`caches`
section of the config and change the
`expire_caches`
and
To change the default behavior, go to the
`caches`
section of the config and change the
`expire_caches`
and
`cache_entry_ttl`
flags as necessary. Please note that these flags replace the
`expiry_time`
flag in the config.
`cache_entry_ttl`
flags as necessary. Please note that these flags replace the
`expiry_time`
flag in the config.
The
`expiry_time`
flag will still continue to work, but it has been deprecated and will be removed in the future.
## Deprecation of `capability` `org.matrix.msc3283.*`
## Deprecation of `capability` `org.matrix.msc3283.*`
...
...
This diff is collapsed.
Click to expand it.
synapse/config/background_updates.py
deleted
100644 → 0
+
0
−
0
View file @
738e569e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment