Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-05-23 20:09:56 +0000
committerSam Davis2014-05-23 20:10:49 +0000
commited7113843566f86b0bc698b9dfe85375c097569c (patch)
treeafa4ee31dd386a7623ac5062a44822d18d1cc7ad /org.eclipse.mylyn.help.ui
parentc6d1aba4e0ae2bc2c9d42d3c682434db7cbb840c (diff)
downloadorg.eclipse.mylyn.tasks-ed7113843566f86b0bc698b9dfe85375c097569c.tar.gz
org.eclipse.mylyn.tasks-ed7113843566f86b0bc698b9dfe85375c097569c.tar.xz
org.eclipse.mylyn.tasks-ed7113843566f86b0bc698b9dfe85375c097569c.zip
435342: regenerate help for 3.12
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=435342
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Bugzilla-Connector.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html12
2 files changed, 15 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Bugzilla-Connector.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Bugzilla-Connector.html
index f7119651a..49010fbd8 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Bugzilla-Connector.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Bugzilla-Connector.html
@@ -192,7 +192,9 @@
</li>
</ul>
<ul>
- <li>The server setting "Timezone used to display dates and times" must be set to "Same as Server," otherwise you will get a security token error when performing any submit operation other than submitting a new bug.</li>
+ <li>The server setting "Timezone used to display dates and times" must be set to "Same as Server," otherwise you will get a security token error when performing any submit operation other than submitting a new bug. This may also manifest as a midair collision. (
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=429523" target="mylyn_external">bug#429523</a>)
+ </li>
</ul><hr/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
index 291b2d794..58a5e33e9 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
@@ -116,6 +116,18 @@
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=413191" target="mylyn_external">bug 413191</a> for more info.
</td>
</tr>
+ <tr>
+ <td><code>org.eclipse.mylyn.http.connections.per.host</code></td>
+ <td><center>3.12</center></td>
+ <td>100</td>
+ <td>The maximum number of connections to be used per host by HTTP connection managers.</td>
+ </tr>
+ <tr>
+ <td><code>org.eclipse.mylyn.http.total.connections</code></td>
+ <td><center>3.12</center></td>
+ <td>1000</td>
+ <td>The maximum number of connections allowed by HTTP connection managers.</td>
+ </tr>
</table>
<h2 id="How_can_I_report_a_dead-lock_or_a_problem_about_a_stalled_UI.3F">How can I report a dead-lock or a problem about a stalled UI?</h2>
<p>The recommended way is to file a bug with a full thread dump using jstack which is part of the Java Development Kit 6. These wiki pages have more details on using jstack on different platforms: </p>

Back to the top