OH2.3 with KNX2 - not connecting to KNX Bus

Hello,

not sure if that was the reason - but I was researching the comminity a bit and found this post by @Udo_Hartmann
https://community.openhab.org/t/knx-2-0-configuration-not-working/45227/3?u=drcoffee

Thus I updated my KNX Bridge Config in the .things file with the

autoReconnectPeriod=60,

So if this is really the fix - then it would be great if someone could update the official KNX2 Doku:
https://www.openhab.org/addons/bindings/knx/#things

My (currently) working KNX Config now looks as follows:

Bridge knx:ip:bridge  [ 
    ipAddress="192.168.178.29", 
    portNumber=3671, 
    localIp="192.168.178.55", 
    type="TUNNEL", 
    readingPause=50, 
    responseTimeout=10, 
    readRetriesLimit=3, 
    autoReconnectPeriod=60,
    localSourceAddr="1.0.242"
] 

But my I still ask someone “Knowledgeable” to review my problem above if you find anything “strange” looking?!

thanks