File tree 1 file changed +0
-8
lines changed
core/src/main/java/org/testcontainers/containers
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 34
34
import org .jetbrains .annotations .Nullable ;
35
35
import org .junit .runner .Description ;
36
36
import org .junit .runners .model .Statement ;
37
- import org .rnorth .ducttape .ratelimits .RateLimiter ;
38
- import org .rnorth .ducttape .ratelimits .RateLimiterBuilder ;
39
37
import org .rnorth .ducttape .unreliables .Unreliables ;
40
38
import org .slf4j .Logger ;
41
39
import org .testcontainers .DockerClientFactory ;
@@ -193,12 +191,6 @@ public class GenericContainer<SELF extends GenericContainer<SELF>>
193
191
194
192
private static final Set <String > AVAILABLE_IMAGE_NAME_CACHE = new HashSet <>();
195
193
196
- private static final RateLimiter DOCKER_CLIENT_RATE_LIMITER = RateLimiterBuilder
197
- .newBuilder ()
198
- .withRate (1 , TimeUnit .SECONDS )
199
- .withConstantThroughput ()
200
- .build ();
201
-
202
194
@ Nullable
203
195
private Map <String , String > tmpFsMapping ;
204
196
You can’t perform that action at this time.
0 commit comments