Skip to content

Commit

Permalink
chore: change the default exfil time to be 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
Trap committed Dec 28, 2024
1 parent 73a1739 commit 17ef61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type ExitProps = {
};

// TODO: default_exfiltration_time_seconds field in config ?
const DEFAULT_EXFILTRATION_TIME_IN_SECONDS = 10;
const DEFAULT_EXFILTRATION_TIME_IN_SECONDS = 30;

const getDefaultExitProps = (): ExitProps => ({
Id: '',
Expand Down

0 comments on commit 17ef61f

Please sign in to comment.