1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 20:26:44 +02:00

rm unnecessary file transfer limit

This commit is contained in:
Jfreegman
2014-02-20 07:47:19 -05:00
parent eb2d6afa00
commit 69c467fa5f
3 changed files with 2 additions and 3 deletions

View File

@ -149,7 +149,6 @@ struct PromptBuf {
#define MAX_FILES 256
#define FILE_PIECE_SIZE 1024
#define TIMEOUT_FILESENDER 300
#define MAX_PIECES_SEND 100 /* Max number of pieces to send per file per call to do_file_senders() */
typedef struct {
FILE *file;