Skip to content
  • Robert Klotzner's avatar
    First step in implementing #4386 (#4437) · 846828f6
    Robert Klotzner authored
    * First step in implementing https://github.com/paritytech/polkadot/issues/4386
    
    This PR:
    
    - Reduces MAX_UNSHARED_UPLOAD_TIME to 150ms
    - Increases timeout on collation fetching to 1200ms
    - Reduces limit on needed backing votes in the runtime
    
    This PR does not yet reduce the number of needed backing votes on the
    node as this can only be meaningfully enacted once the changed limit in
    the runtime is live.
    
    * Fix tests.
    
    * Guide updates.
    
    * Review remarks.
    
    * Bump minimum required backing votes to 2 in runtime.
    
    * Make sure node side code won't make runtime vomit.
    
    * cargo +nightly fmt
    846828f6