mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Increase push actions size limit
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ export const createSyncRouter = ({ database, websocket, connectedDevicesManager
|
||||
const router = Router()
|
||||
|
||||
router.post('/push-actions', json({
|
||||
limit: '500kb'
|
||||
limit: '1024kb'
|
||||
}), async (req, res, next) => {
|
||||
try {
|
||||
if (!isClientPushChangesRequest(req.body)) {
|
||||
|
||||
Reference in New Issue
Block a user