Skip to content

Commit

Permalink
SUITEDEV-4722 Reduce clockSkew to 300
Browse files Browse the repository at this point in the history
  • Loading branch information
tt1991 committed Dec 10, 2015
1 parent cb6d3f7 commit 5a374da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Escher.php
Expand Up @@ -7,7 +7,7 @@ class Escher
const DEFAULT_VENDOR_KEY = 'Escher';
const DEFAULT_AUTH_HEADER_KEY = 'X-Escher-Auth';
const DEFAULT_DATE_HEADER_KEY = 'X-Escher-Date';
const DEFAULT_CLOCK_SKEW = 900;
const DEFAULT_CLOCK_SKEW = 300;
const DEFAULT_EXPIRES = 86400;
const ISO8601 = 'Ymd\THis\Z';
const LONG_DATE = self::ISO8601;
Expand Down

0 comments on commit 5a374da

Please sign in to comment.