summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
Diffstat (limited to 'model')
-rw-r--r--model/token.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/token.go b/model/token.go
index 54cbd210e..6666e112b 100644
--- a/model/token.go
+++ b/model/token.go
@@ -6,7 +6,7 @@ package model
import "net/http"
const (
- TOKEN_SIZE = 128
+ TOKEN_SIZE = 64
MAX_TOKEN_EXIPRY_TIME = 1000 * 60 * 60 * 24 // 24 hour
)