26 Feb 2018 12:43 PM - last edited on 12 Mar 2021 12:55 PM by laima_vainina
How much amount of data RUM JavaScript can send to Dynatrace server in one POST call. What is the min and max time it should take to send data in call.
Solved! Go to Solution.
23 Jul 2020 10:47 PM
the default max size of a beacon is 30kb, if it would grow higher than that it's split into multiple requests. the default limit can be configured using the `custom configuration properties` textbox within the advanced application configuration. just enter `msl=<size-in-bytes>`, so in your case `msl=4000` to decrease this limit. expect an higher amount of beacons though, since the beacon will be split if the content grows beyond 4kb.