Index: CVSROOT/postcommit_actions =================================================================== RCS file: /usr/local/cvsroot/CVSROOT/Attic/postcommit_actions,v diff -u -r1.5 -r1.6 --- CVSROOT/postcommit_actions 9 Feb 2004 18:22:54 -0000 1.5 +++ CVSROOT/postcommit_actions 12 Feb 2004 17:41:12 -0000 1.6 @@ -7,6 +7,7 @@ # 002 Set some variables # 003 We want to put something like username@openacs.org as the sender email. # (too bad we don't have LDAP, actually) +# 004 Reduced size of sent emails """Apply checkin actions dictated by traffic_table.py, as checkins occur. @@ -76,9 +77,12 @@ # Ceiling on number of lines per file report (diff or "added"), at which point # we go to excerpts from the beginning and end: -FILE_LINES_LIMIT = 1500 +# 004 +#FILE_LINES_LIMIT = 1500 +FILE_LINES_LIMIT = 500 # Number of lines in beginning and end excerpts when FILE_LINES_LIMIT is hit: -FILE_EXCERPTS_LINES = 200 +#FILE_EXCERPTS_LINES = 200 +FILE_EXCERPTS_LINES = 50 CUSTOM_TRAFFIC_TABLE = "%s/custom_traffic_table.py" % CVSROOT