mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 01:39:31 +02:00
Increase push actions size again
This commit is contained in:
parent
a4b3d953b9
commit
eeeb27161c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export const createSyncRouter = ({ database, websocket, connectedDevicesManager
|
||||||
const router = Router()
|
const router = Router()
|
||||||
|
|
||||||
router.post('/push-actions', json({
|
router.post('/push-actions', json({
|
||||||
limit: '1024kb'
|
limit: '5120kb'
|
||||||
}), async (req, res, next) => {
|
}), async (req, res, next) => {
|
||||||
try {
|
try {
|
||||||
if (!isClientPushChangesRequest(req.body)) {
|
if (!isClientPushChangesRequest(req.body)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue