Skip to content

Commit

Permalink
Merge pull request #99 from mileswilson/master
Browse files Browse the repository at this point in the history
Ten hours is only 36 seconds
  • Loading branch information
ekryski authored and daffl committed Aug 29, 2018
1 parent 172a4cd commit f4ca307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/authentication/src/middleware/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Debug from 'debug';
import errors from 'feathers-errors';

const debug = Debug('feathers-authentication:middleware');
const TEN_HOURS = 36000;
const TEN_HOURS = 36000000;

// Usually this is a big no no but passport requires the
// request object to inspect req.body and req.query so we
Expand Down

0 comments on commit f4ca307

Please # to comment.