Lars Beuster
Lars Beuster
Currently the logs are never deleted because LogGroup.RetentionInDays is not set. Maybe it's better to have a default value of 1 year and let the user overwrite this setting?
I try to convert arxml to dbc/kcd. Seems like the min/max values are scaled twice with the slope value. This happens when converting to dbc and kdc. And with all...
The connect logic in the SocketThread does a Thread.sleep(retryDelay) even before the first connect attempt.
Hi, I try to create a relation from MainTable to OtherTable that references MainTable not with its primary key, but with a unique key. ``` # pseudo-sql MainTable(mainId: Int+Primary) OtherTable(...