mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 01:02:05 -07:00
Increasing anon_limits to effectively disable JWT
This commit is contained in:
@@ -17,7 +17,7 @@ const jwt = require('jsonwebtoken')
|
||||
const wlogger = require('../util/winston-logging')
|
||||
const config = require('../../config')
|
||||
|
||||
const ANON_LIMITS = 50
|
||||
const ANON_LIMITS = 333
|
||||
|
||||
// Redis
|
||||
const redisOptions = {
|
||||
|
||||
Reference in New Issue
Block a user