From c930ead7a98d8f2616cb0dc53a130597a78915a2 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Fri, 6 Sep 2019 14:02:36 +0300 Subject: [PATCH] v3.4.4.6 --- app/viewlogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/viewlogs.py b/app/viewlogs.py index c03e9e91..f8055a76 100644 --- a/app/viewlogs.py +++ b/app/viewlogs.py @@ -29,7 +29,7 @@ time_storage = sql.get_setting('log_time_storage') time_storage = int(time_storage) try: - time_storage_hours = time_storage * 24 + time_storage_hours = time_storage * 10 for dirpath, dirnames, filenames in os.walk(log_path): for file in filenames: curpath = os.path.join(dirpath, file)