Closed GoogleCodeExporter closed 8 years ago
You are talking about the timeout in UploadListener class, right?
private static final int MAX_TIME_WITHOUT_DATA = 20000;
Original comment by manuel.carrasco.m
on 29 Dec 2010 at 6:00
This issue was closed by revision r824.
Original comment by manuel.carrasco.m
on 29 Dec 2010 at 3:23
Put this in your web.xml to change the timeout (value in milliseconds)
<context-param>
<param-name>noDataTimeout</param-name>
<param-value>20000</param-value>
</context-param>
Original comment by manuel.carrasco.m
on 29 Dec 2010 at 3:25
Original issue reported on code.google.com by
Christop...@gmail.com
on 15 Dec 2010 at 7:36