Skip to content

Commit

Permalink
change tcp write timeout value back
Browse files Browse the repository at this point in the history
  • Loading branch information
simaosanguinho committed Dec 6, 2023
1 parent bf06993 commit a80141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define FILESIZE_MAX 8
#define FILE_BUFFER_LEN 512

#define TCP_WRITE_TIMEOUT_SECONDS (20 * 60) // 20 minutes
#define TCP_WRITE_TIMEOUT_SECONDS 20
#define TCP_READ_TIMEOUT_SECONDS 20
#define PROGRESS_BAR_STEP_SIZE 10

Expand Down

0 comments on commit a80141d

Please sign in to comment.