Searched defs:MAX_PARCEL_CAPACITY (Results 1 – 10 of 10) sorted by relevance
26 constexpr int32_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M variable
30 constexpr size_t MAX_PARCEL_CAPACITY = 1024 * 1024 * 1024; // max allow 1 GB resource size variable
31 constexpr size_t MAX_PARCEL_CAPACITY = 1024 * 1024 * 1024; // allow max 1GB resource size variable
115 constexpr int32_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M variable
31 constexpr int32_t MAX_PARCEL_CAPACITY = 101 * 1024 * 1024; variable
28 constexpr size_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M variable
32 constexpr size_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M variable
30 constexpr size_t MAX_PARCEL_CAPACITY = 4 * 1024 * 1024; // 4M variable
44 constexpr size_t MAX_PARCEL_CAPACITY = 1024 * 1024 * 1024; // allow max 1GB resource size variable
40 constexpr size_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M variable