I get an error when I try set a value for property with name >= 32 characters
adb shell setprop 01234567890123456789012345678901 VALUE
Erro
Maybe using redirection?
Set small property which will hold file name for conf file:
setprop confFileName "myConf.yml"
in that conf file have all your big property names and values.