All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.finagle.thrift.flags.scala Maven / Gradle / Ivy

There is a newer version: 24.2.0
Show newest version
package com.twitter.finagle.thrift

import com.twitter.app.GlobalFlag
import com.twitter.util.StorageUnit
import com.twitter.conversions.StorageUnitOps._

object maxReusableBufferSize
    extends GlobalFlag[StorageUnit](
      16.kilobytes,
      "Max size (bytes) for ThriftServicePerEndpoint reusable transport buffer"
    )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy