max. size of import files 200 kb, can it be increased?

The release related discussions, plans and questions.
Locked
fwk
TestLink user
Posts: 4
Joined: Fri Jan 11, 2008 12:10 am

max. size of import files 200 kb, can it be increased?

Post by fwk »

Hello,

I'am evalution Testlink to a repacement for the tools we are currently using (Testmanager from Rational, expensive one....).

We have a large amount of testcases (around 3000). The testsuites we then should export and convert to Testlink xml-format is in size up to 4000 kB.

When importing to testlink it says that the max. size of the file is set to 200 kB. There is no way to increase this, or?

Best Regards

Fredrik
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

Look at config.inc.php.

Code: Select all

// Also check your PHP settings (default is usually 2MBs)
define('TL_IMPORT_LIMIT', '204800'); // in bytes

/** maximum line size of the imported file */
define('TL_IMPORT_ROW_MAX', '10000'); // in chars
Locked