This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user