From 56ed204fbbd97a4f94a9265d9cf11c5a3cb066fe Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 30 Jun 2023 21:46:55 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #21 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f21bf81..0f9924e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ ### Unreleased * Update rclone to 1.63.0 ([PR #20 @chenxiaolong]) +* Reduce directory cache time from 5 minutes to 5 seconds ([PR #21 @chenxiaolong]) + * After a file copy or move, the files in the target directory will no longer appear as missing for 5 minutes. Due to API limitations, there's no way to manually invalidate the cache after a copy/move operation, so a short timeout is used instead. ### Version 1.6 @@ -61,3 +63,4 @@ [PR #18 @chenxiaolong]: https://github.com/chenxiaolong/RSAF/pull/18 [PR #19 @chenxiaolong]: https://github.com/chenxiaolong/RSAF/pull/19 [PR #20 @chenxiaolong]: https://github.com/chenxiaolong/RSAF/pull/20 +[PR #21 @chenxiaolong]: https://github.com/chenxiaolong/RSAF/pull/21