Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 519644

Summary: Increase the number of uses before auto-resetting Tern
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 14.0   
Target Milestone: 16.0   
Hardware: PC   
OS: Mac OS X   
See Also: https://github.com/eclipse/orion.client/pull/112
Whiteboard:

Description Michael Rennie CLA 2017-07-13 11:12:17 EDT
Tern has a built-in mechanism that helps it control memory use, which is basically a counter of the number of requests made to it. While investigating bugs 519266 and 519515, I found it to be a bit low (causing too many resets).
Comment 1 Eclipse Genie CLA 2017-07-13 11:23:12 EDT
GitHub Pull Request 112 created by [mrennie]
https://github.com/eclipse/orion.client/pull/112
Comment 2 Michael Rennie CLA 2017-07-13 11:23:31 EDT
Merged.