<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,8 +8,8 @@ apxs2 -c -i -a mod_upload_progress.c
 -a -&gt; activate (add LoadModule line to httpd.conf)
 
 Global config:
-  you can define maximum size for shared memory (default is 10kB):
-  UploadProgressSharedMemorySize 102400 # sets memory size to 100kB
+  you can define maximum size for shared memory (default is 50kB):
+  UploadProgressSharedMemorySize 1024000 # sets memory size to 1MB
 
 Config for vhost:
 &lt;Location /&gt;</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -197,7 +197,7 @@ upload_progress_config_create_dir(apr_pool_t *p, char *dirspec) {
 void *upload_progress_config_create_server(apr_pool_t *p, server_rec *s) {
 	ServerConfig *config = (ServerConfig *)apr_pcalloc(p, sizeof(ServerConfig));
         config-&gt;cache_file = apr_pstrdup(p, &quot;/tmp/upload_progress_cache&quot;);
-        config-&gt;cache_bytes = 10240;
+        config-&gt;cache_bytes = 51200;
         apr_pool_create(&amp;config-&gt;pool, p);
         return config;
 }</diff>
      <filename>mod_upload_progress.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>50ffdb444418b5f8d829f05d9d7ce24fcc9ecc24</id>
    </parent>
  </parents>
  <author>
    <name>Peter Sarnacki</name>
    <email>drogus@gmail.com</email>
  </author>
  <url>http://github.com/drogus/apache-upload-progress-module/commit/f6986f40cef4bb2d001075b66778db2c92a469f3</url>
  <id>f6986f40cef4bb2d001075b66778db2c92a469f3</id>
  <committed-date>2008-06-26T02:09:46-07:00</committed-date>
  <authored-date>2008-06-26T02:09:46-07:00</authored-date>
  <message>Default memory size changed to 50kB</message>
  <tree>1c38d8ef81e1b8dacd18a25bbb0c5624e2f58570</tree>
  <committer>
    <name>Peter Sarnacki</name>
    <email>drogus@gmail.com</email>
  </committer>
</commit>
