[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [2209] trunk/LedgerSMB/Sysconfig.pm



Revision: 2209
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2209&view=rev
Author:   einhverfr
Date:     2008-07-10 12:44:01 -0700 (Thu, 10 Jul 2008)

Log Message:
-----------
commenting on defaults, resetting max_post_size default to one megabyte

Modified Paths:
--------------
    trunk/LedgerSMB/Sysconfig.pm

Modified: trunk/LedgerSMB/Sysconfig.pm
===================================================================
--- trunk/LedgerSMB/Sysconfig.pm	2008-07-10 19:42:49 UTC (rev 2208)
+++ trunk/LedgerSMB/Sysconfig.pm	2008-07-10 19:44:01 UTC (rev 2209)
@@ -34,8 +34,10 @@
 # if you have latex installed set to 1
 $latex = 1;
 
-$max_post_size = 1000000;
+# Defaults to 1 megabyte
+$max_post_size = 1024 * 1024;
 
+# defaults to 2
 $decimal_places = 2;
 # spool directory for batch printing
 $spool = "spool";


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.