The property 'lisa.magic.string.min.length' is used to define the minimum length of argument value in a VSE transaction request that is required to consider that argument for constructing a magic string out of it.
The default value is 3.
We cannot disable magic string, but we can set this property to a higher value and the VSE Recorder would not consider arguments with fewer characters than what specified in the property.
To change the minimum length for magic string, please add the following property to the local.properties for Workstation.
lisa.magic.string.min.length=20
With a value of 20, the VSE recorder will not examine arguments with minimum 20 characters of length.
The Workstation needs to be restarted after the local.properties file is updated.