Skip to content

Commit

Permalink
chore: reduce default expires to 120 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Feb 22, 2024
1 parent 5d865e6 commit 4f1a08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplephone/src/phone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class Phone {
// hackIpInContact: true
},
registererOptions: {
expires: 3600
expires: 120
}
};

Expand Down

0 comments on commit 4f1a08a

Please sign in to comment.