Skip to content

Commit 1017737

Browse files
author
zhourenjian
committed
For continuum pipe, the pipe will try to remove IFRAME element for each 20 minutes to avoid too large *.html file.
Add priority to pipe data by implementing IPipePriority to identify each SimpleSerializable object.
1 parent 72f79ab commit 1017737

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/net/sf/j2s/ui/wizards/Java2ScriptServletProjectWizard.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ protected void updateJava2ScriptProject(String prjFolder, String binRelative) {
304304
webxml.append(" <param-name>simple.pipe.query.timeout</param-name>\r\n");
305305
webxml.append(" <param-value>20000</param-value>\r\n");
306306
webxml.append(" </init-param>\r\n");
307+
webxml.append(" <init-param>\r\n");
308+
webxml.append(" <param-name>simple.pipe.script.breakout</param-name>\r\n");
309+
webxml.append(" <param-value>1200000</param-value>\r\n");
310+
webxml.append(" </init-param>\r\n");
307311
webxml.append(" </servlet>\r\n");
308312

309313
webxml.append(" <servlet-mapping>\r\n");

0 commit comments

Comments
 (0)