Tembrel commented on this pull request.
> @@ -113,7 +153,7 @@ protected void configure() { // NO_UCD
@Provides
@Singleton
final TimeLimiter timeLimiter(@Named(PROPERTY_USER_THREADS)
ListeningExecutorService userExecutor) {
- return new SimpleTimeLimiter(userExecutor);
+ return createSimpleTimeLimiter(userExecutor);
Done
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1133#discussion_r135398489