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:
@ -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;
|
||||
|
Reference in New Issue
Block a user