tachyon-drive
    Preparing search index...

    Variable TachyonBandwidthConst

    TachyonBandwidth: { Large: 1; Normal: 2; Small: 3; VeryLarge: 0; VerySmall: 4 } = ...

    Speed of the Tachyon Storage driver.

    Type declaration

    • ReadonlyLarge: 1

      use when driver uses disk or near ~10ms delays

    • ReadonlyNormal: 2

      use when driver uses network or near ~50ms delays

    • ReadonlySmall: 3

      use when driver uses API or near ~100ms delays

    • ReadonlyVeryLarge: 0

      use when driver is synchronous or near synchronous

    • ReadonlyVerySmall: 4

      use when driver uses API which have cost for operations

    v0.6.0