Skip to content

Commit

Permalink
chore: set refreshFrequency to 70% and increase expire to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Jul 3, 2024
1 parent 1826c31 commit f73de31
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion simplephone/dist/phone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion simplephone/dist/phone.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions simplephone/public/lib/phone.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion simplephone/src/phone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class Phone {
},
},
registererOptions: {
expires: 15,
expires: 120,
refreshFrequency: 70,
extraHeaders: this.getExtraHeaders()
}
Expand Down

0 comments on commit f73de31

Please sign in to comment.