mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 16:06:35 +01: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