Skip to content

Commit

Permalink
baconfig: increase default network buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsura committed Nov 7, 2023
1 parent bcfcfd6 commit 4a0061b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/include/baconfig.h
Expand Up @@ -164,7 +164,7 @@ void InitWinAPIWrapper();
#define AUTH_TIMEOUT 60 * 10

// Default network buffer size
#define DEFAULT_NETWORK_BUFFER_SIZE (64 * 1024)
#define DEFAULT_NETWORK_BUFFER_SIZE (256 * 1024)

// Tape label types -- stored in catalog
#define B_BAREOS_LABEL 0
Expand Down

0 comments on commit 4a0061b

Please sign in to comment.