File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
core/src/main/java/org/testcontainers/containers Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 3434import org .jetbrains .annotations .Nullable ;
3535import org .junit .runner .Description ;
3636import org .junit .runners .model .Statement ;
37- import org .rnorth .ducttape .ratelimits .RateLimiter ;
38- import org .rnorth .ducttape .ratelimits .RateLimiterBuilder ;
3937import org .rnorth .ducttape .unreliables .Unreliables ;
4038import org .slf4j .Logger ;
4139import org .testcontainers .DockerClientFactory ;
@@ -193,12 +191,6 @@ public class GenericContainer<SELF extends GenericContainer<SELF>>
193191
194192 private static final Set <String > AVAILABLE_IMAGE_NAME_CACHE = new HashSet <>();
195193
196- private static final RateLimiter DOCKER_CLIENT_RATE_LIMITER = RateLimiterBuilder
197- .newBuilder ()
198- .withRate (1 , TimeUnit .SECONDS )
199- .withConstantThroughput ()
200- .build ();
201-
202194 @ Nullable
203195 private Map <String , String > tmpFsMapping ;
204196
You can’t perform that action at this time.
0 commit comments