I can not upload more than 13 GB.

Started by Wongsa, September 26, 2016, 11:08:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

xblade

Find in config.php
$TBDEV['max_torrent_size'] = 5242880;Replace wilh
$TBDEV['max_torrent_size'] = 3 * 1024 * 1024;That will do the job

Tundracanine

people not understanding what "max_torrent_size" means... it means the actually size of the .torrent meta file..........................
If people used an more upto date version of u-232 and NOT tbdev it would show an real message..

Anyhoes, either remake the .torrent with bigger piece sizes hence smaller over all size of .torrent file
or modify your php.ini to allow bigger uploads :P
If wanting support help please put bare min info like
Os:
U-232 Version:
Php Version:
Tracker type: like xbt or php
Saves on asking more questions just so people can help someone.

Wongsa

Quote from: RikT on September 26, 2016, 12:14:26 PM
well i suggest  you change the value to a larger value then its not rocket science try 31457280 that will give you 30gb

I changed the max_torrent_size = 31457280
still the same
Help me

RikT

#2
well i suggest  you change the value to a larger value then its not rocket science try 31457280 that will give you 30gb
Database server
Server type: MariaDB
Server version: 10.2.8-MariaDB-10.2.8+maria~zesty - mariadb.org binary distribution

Web server
Apache/2.4.25 (Ubuntu)
Database client version: libmysql - mysqlnd 5.0.12-dev
PHP version: 7.0.22-0ubuntu0.17.04.1

Wongsa

#1
I can not upload file more over than 13 gb.but the file upload size 5 gb is normally.
Fix !!


==============================
file config.php
$TBDEV['max_torrent_size'] = 5242880;