diff --git a/404.html b/404.html index c45448ee5..4bed25664 100644 --- a/404.html +++ b/404.html @@ -1,5 +1,5 @@ - +
Pruning is vastly simplified as there's at most only one open channel in the channel bank. So the +
Pruning is vastly simplified as there is at most only one open channel in the channel bank. So the channel bank's queue becomes effectively a staging slot for a single channel, the staging channel. -The MAX_CHANNEL_BANK_SIZE parameter becomes ineffective and the size of a channel is bounded, as -before, during decompression to be at most of size MAX_RLP_BYTES_PER_CHANNEL.
MAX_CHANNEL_BANK_SIZE
MAX_RLP_BYTES_PER_CHANNEL
The timeout is applied as before, just only to the single staging channel.