second-transfer-0.10.0.1: hs-src/SecondTransfer/ConstantsAndLimits.hs
module SecondTransfer.ConstantsAndLimits (
maxUrlLength
) where
-- To be reviewed in the future
maxUrlLength :: Int
maxUrlLength = 4096
module SecondTransfer.ConstantsAndLimits (
maxUrlLength
) where
-- To be reviewed in the future
maxUrlLength :: Int
maxUrlLength = 4096