diff options
author | Erik Johnston <erikj@matrix.org> | 2023-09-15 09:10:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 09:10:24 +0100 |
commit | edec0b93cabbe5e03d658a2aa4c2c1b79cf8e85e (patch) | |
tree | 3d0fb030ed7cdf4a1b0a6d9549c1fbb877da11ea /changelog.d | |
parent | Some minor performance fixes for task schedular (#16313) (diff) | |
download | synapse-edec0b93cabbe5e03d658a2aa4c2c1b79cf8e85e.tar.xz |
Only use literal strings for process names (#16315)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16315.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16315.misc b/changelog.d/16315.misc new file mode 100644 index 0000000000..d88782c979 --- /dev/null +++ b/changelog.d/16315.misc @@ -0,0 +1 @@ +Only use literal strings for background process names. |