Skip to content

Commit

Permalink
✔ Purge Interval ~
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Jun 10, 2023
1 parent c6e5b22 commit 316afba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/fansubid/browser/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1686378582890,
"timestamp": 1686380963710,
"index": "/index.html",
"assetGroups": [
{
Expand Down
2 changes: 1 addition & 1 deletion dist/fansubid/server/main.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/api/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,9 @@ export class AppModule {
maxUploadSize: CONSTANTS.fileSizeAttachmentTotalLimit,
useRelativeLocation: true,
expiration: {
maxAge: '1h',
purgeInterval: '10min'
maxAge: '3d',
purgeInterval: '20min',
rolling: true
},
metaStorageConfig: {
directory: environment.tempFolder
Expand Down

0 comments on commit 316afba

Please sign in to comment.