From cfdaacb84ea18c5a43d48d98b78cf94e28c4f9fe Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 21 Sep 2021 12:31:44 +0200 Subject: [PATCH] Change title --- _posts/2021-09-14-synapse-media-storage-provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2021-09-14-synapse-media-storage-provider.md b/_posts/2021-09-14-synapse-media-storage-provider.md index ce8bb24..9df1618 100644 --- a/_posts/2021-09-14-synapse-media-storage-provider.md +++ b/_posts/2021-09-14-synapse-media-storage-provider.md @@ -153,7 +153,7 @@ At least, we now considere the problem as solved. We only need one more step: regulargy cleaning up the local filesystem to not fill our RAM. -## Write a synchro script +## Goold old cron Because there is no elegant solution and my time is limited, I chose to write a script that run every 10 minutes. It checks that the files are already on the S3 bucket and then delete them from the filesystem.