<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -182,8 +182,8 @@ event(Host, JobName, Format, Args, Params) -&gt;
 
 event(EventServ, Host, JobName, Format, Args, Params) -&gt;
         SArgs = lists:map(fun(X) -&gt;
-                L = lists:flatlength(io_lib:fwrite(&quot;~p&quot;, [X])) &gt; 1000,
-                if L -&gt; trunc_io:fprint(X, 1000);
+                L = lists:flatlength(io_lib:fwrite(&quot;~p&quot;, [X])) &gt; 10000,
+                if L -&gt; trunc_io:fprint(X, 10000);
                 true -&gt; X 
         end end, Args),
 </diff>
      <filename>master/src/event_server.erl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>db76c80fc293edecc3102420abe51c6a3f7f291f</id>
    </parent>
  </parents>
  <author>
    <name>Ville Tuulos</name>
    <email>tuulos@dxfront.(none)</email>
  </author>
  <url>http://github.com/tuulos/disco/commit/1013a7614a5c8e7c7b8fb2f1efe195b0b4b993a6</url>
  <id>1013a7614a5c8e7c7b8fb2f1efe195b0b4b993a6</id>
  <committed-date>2009-10-04T20:57:45-07:00</committed-date>
  <authored-date>2009-10-04T20:57:45-07:00</authored-date>
  <message>Increased truncation limit to 10000 bytes from 1000</message>
  <tree>b9594ed5feb7abfeb31fcdb93dfc9195f5928391</tree>
  <committer>
    <name>Ville Tuulos</name>
    <email>tuulos@dxfront.(none)</email>
  </committer>
</commit>
