From 2b8e5c5a91236aca214d2845ba8007717474b73b Mon Sep 17 00:00:00 2001 From: Xavier-Do Date: Wed, 4 Aug 2021 10:25:38 +0200 Subject: [PATCH] [IMP] runbot: remove _log_access on build_stat _log_access is not usefull, and increase disk space used by stats. --- runbot/models/build_stat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/runbot/models/build_stat.py b/runbot/models/build_stat.py index 71c4e943..05ae5f5a 100644 --- a/runbot/models/build_stat.py +++ b/runbot/models/build_stat.py @@ -8,6 +8,7 @@ _logger = logging.getLogger(__name__) class BuildStat(models.Model): _name = "runbot.build.stat" _description = "Statistics" + _log_access = False _sql_constraints = [ (