mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-07 19:30:04 +02:00
Server: Tokens would expire too soon
This commit is contained in:
parent
71d567669b
commit
6ae0e84a1a
@ -5,7 +5,7 @@ import BaseModel from './BaseModel';
|
||||
|
||||
export default class TokenModel extends BaseModel<Token> {
|
||||
|
||||
private tokenTtl_: number = 7 * 24 * 60 * 1000;
|
||||
private tokenTtl_: number = 7 * 24 * 60 * 60 * 1000;
|
||||
|
||||
public get tableName(): string {
|
||||
return 'tokens';
|
||||
|
Loading…
x
Reference in New Issue
Block a user