This commit is contained in:
parent
e8955e4a5d
commit
2762e40409
|
@ -89,6 +89,7 @@ impl AppState {
|
||||||
|
|
||||||
/// Кэширует список файлов из Storj S3 в Redis.
|
/// Кэширует список файлов из Storj S3 в Redis.
|
||||||
pub async fn cache_storj_filelist(&self) {
|
pub async fn cache_storj_filelist(&self) {
|
||||||
|
info!("caching storj filelist...");
|
||||||
let mut redis = self.redis.clone();
|
let mut redis = self.redis.clone();
|
||||||
|
|
||||||
// Запрашиваем список файлов из Storj S3
|
// Запрашиваем список файлов из Storj S3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user