You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This check is nice, but in reality ttl should never be larger either as it then would allow one parachain to starve the other in a core sharing scenario.
We should just derive ttl from the lookahead directly and deprecate the ttl configuration.
The idea here was that collations can be backed out of order, but we don't actually do that and also agreed that it is a bad idea, with very little gain, but added complexity.
Deprecate/remove ttl configuration value
Ignore its value and instead make it always equal claim queue length
This check is nice, but in reality ttl should never be larger either as it then would allow one parachain to starve the other in a core sharing scenario.
We should just derive ttl from the lookahead directly and deprecate the ttl configuration.
The idea here was that collations can be backed out of order, but we don't actually do that and also agreed that it is a bad idea, with very little gain, but added complexity.
<=
.The text was updated successfully, but these errors were encountered: