xbrowsersync/api-docker

Increase max sync size

MrVrops opened this issue · 2 comments

Hello everyone, how can I increase the maximum sync size with a docker installation?

Thanks for everything

Assuming you are running the production ready service, see step 3 of the README:

Open the settings.json file and include any custom settings values you wish to run on your service. Important: do not change the db.host value.

You need to add maxSyncSize to settings.json and set it to the desired number in bytes. Once you've done that, in a terminal cd to the directory that you cloned the api-docker repo to and run:

docker-compose restart api

Thanks for you answer.