Skip to content

Commit

Permalink
Fixing issue when use default sessionTimeOut
Browse files Browse the repository at this point in the history
  • Loading branch information
BiyonFernando committed Oct 24, 2024
1 parent 7016b74 commit e7c7fe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const defaultTemplateObj = {
algoClassName: algorithms[0].key,
algoCombo: algorithms[0].key,
sessionManagement: sessionManagementOps[0].key,
sessionTimeOut: 300,
sessionTimeOut: '300',
failOver: false,
};

Expand Down

0 comments on commit e7c7fe7

Please sign in to comment.