Update Database.pm

This commit is contained in:
uparrows 2020-12-11 22:04:42 +08:00 committed by GitHub
parent 6d4a9a767a
commit a79bfbfdb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ sub clear_new_all {
}
# Bust search cache completely, this is a big change
invalidate_cache();
invalidate_cache(1);
$redis->quit();
render_api_response( $self, "clear_new_all" );
}