forked from TrueCloudLab/frostfs-sdk-java
[#34] Provide input parameters for all grpc methods
Signed-off-by: Ori Bruk <o.bruk@yadro.com>
This commit is contained in:
parent
e9e9480701
commit
1ccb1f2013
61 changed files with 1411 additions and 625 deletions
|
@ -12,6 +12,7 @@ public class AppConst {
|
|||
public static final int OBJECT_CHUNK_SIZE = 3 * MIB;
|
||||
public static final int SHA256_HASH_LENGTH = 32;
|
||||
public static final int UUID_BYTE_ARRAY_LENGTH = 16;
|
||||
public static final int DEFAULT_GRPC_TIMEOUT = 5;
|
||||
|
||||
private AppConst() {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue