Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix timeout on watch.js requestOptions
The watching of Kubernetes object stops after 60 seconds - as the default timeout of 60 seconds is used. It should be set to 0 - so infinite or at least be more configureable. Using the RequestInterface to configure this is not the best option as in line 70 the request options gets applied to the config but not taken from any passed configuration. Also the forever flag could be set.
- Loading branch information