From 441c3276aa1a7c95422e950e200864d474ada72c Mon Sep 17 00:00:00 2001 From: OldHawk Date: Tue, 31 Oct 2017 11:40:32 +0800 Subject: [PATCH] feat(backup): backup path dir configure --- config/env/torrents.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/env/torrents.js b/config/env/torrents.js index 3c55e281..8b7821e3 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -30,7 +30,7 @@ module.exports = { */ backup: { enable: true, - dir: './modules/core/client/backup/' + dir: './modules/backup/client/backup/' }, @@ -733,7 +733,8 @@ module.exports = { makeGroupTorrentsPerPage: 10, tracesPerPage: 30, adminUserListPerPage: 15, - collectionsListPerPage: 6 + collectionsListPerPage: 6, + backupFilesListPerPage: 15 }, /**