TTS OpenSource : Decoder changing max size limitation?

Hello,

I’m running the Things Stack opensource, i’m wondering if it is possible to remove the max payload decoder size on the docker image ?

see How to reduce size of payload formatter script now larger ones are blocked - Application Development - The Things Network
thanks,
Florent

Yes, download the source, alter it & compile.

PF aren’t great for production use - large PF’s are an issue on TTS CE aka TTN as they clutter up main memory and on all versions if they timeout due to server load you don’t get the decoded data.

So best to use them for testing so you can see what’s happening on the TTS console but do your decoding on your own server.

1 Like

Thanks !
Way above my knowledge :slight_smile: