We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14a3fd commit e68f0e1Copy full SHA for e68f0e1
src/api/container.rs
@@ -70,7 +70,7 @@ impl<'a> ContainerApi<'a> {
70
71
pub async fn stop(&self, container_id: &str) -> Result<(), AnyError> {
72
self.client
73
- .stop_container(&container_id, Some(StopContainerOptions { t: 0 }))
+ .stop_container(&container_id, Some(StopContainerOptions { t: 30 }))
74
.await?;
75
let mut count = 10;
76
while count > 0 {
0 commit comments