]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/initializers/constants.ts
Add ability to delete old remote views
authorChocobozzz <me@florianbigard.com>
Thu, 11 Apr 2019 15:33:36 +0000 (17:33 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 12 Apr 2019 06:31:06 +0000 (08:31 +0200)
commitcda03765fe366f028897e9b02dd4a0a19af3c935
tree4d30303d76f8fd171195a51b1f737a0067987d6c
parent7b293f28686319242958dff7315cdd8ad74fc15e
Add ability to delete old remote views
15 files changed:
config/default.yaml
config/production.yaml.example
scripts/parse-log.ts
server.ts
server/controllers/api/server/logs.ts
server/initializers/checker-before-init.ts
server/initializers/config.ts
server/initializers/constants.ts
server/lib/schedulers/remove-old-views-scheduler.ts [new file with mode: 0644]
server/models/video/video-views.ts
server/tests/api/videos/index.ts
server/tests/api/videos/videos-views-cleaner.ts [new file with mode: 0644]
shared/core-utils/logs/logs.ts [new file with mode: 0644]
shared/utils/logs/logs.ts
shared/utils/miscs/sql.ts