I optimized a property twice, 1st time is in default length 32, and then found it should be 128, then I optimized it again with 128 normally, but the len still 32 as check.
So how to extend length of a optimized property? Seems not simply do optimization again.