2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Upped memory limit of limesurvey to 128

Added multiplier for long text boxes and line colour specifier to queXMLPDF
Will only export case_id and date fields in queXML when not outputting to a PDF
This commit is contained in:
azammitdcarf
2010-09-30 00:53:26 +00:00
parent a23e4984e3
commit cc64834bde
3 changed files with 12 additions and 10 deletions

View File

@@ -94,7 +94,7 @@ $debug = 0; // Set this to 1 if you are looking for errors.
// LimeSurvey developers set this to 2 to circumvent the restriction to remove the installation directory or to change the password
// If you set it to 3 then in addition PHP STRICT warnings will be shown
$memorylimit = '32M'; // This sets how much memory LimeSurvey can access. 16M is the minimum (M=mb) recommended.
$memorylimit = '128M'; // This sets how much memory LimeSurvey can access. 16M is the minimum (M=mb) recommended.
$sessionlifetime = 3600; // How long until a survey session expires in seconds
$showpopups = 1; // Show popup messages if mandatory or conditional questions have not been answered correctly.