Skip to content

Commit

Permalink
less snapshot memory, #233
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 19, 2025
1 parent 4ccdca1 commit 5f23e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/server/ContinuousServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const winston = require( '../../../perennial/js/npm-dependencies/winston' ).defa

// in days, any snapshots that are older will be removed from the continuous report
const NUMBER_OF_DAYS_TO_KEEP_FULL_SNAPSHOTS = 4;
const MAX_SNAPSHOTS = 100; // Memory to keep test results, but not the full checkout
const MAX_SNAPSHOTS = 50; // Memory to keep test results, but not the full checkout
const NUMBER_OF_FULL_SNAPSHOTS = 15;

// Headers that we'll include in all server replies
Expand Down

0 comments on commit 5f23e9f

Please sign in to comment.