Geoff Bourne

Results 719 comments of Geoff Bourne

That 45 seconds is not an overall timeout...that means all connections are being used and nothing has freed up in 45 seconds. Your network is running incredibly slow given how...

> I would suggest that slow networks shouldn't block the deployment of this software I don't understand the suggestion. It needs to download the mods somehow, so...how would it magically...

I'm still confused about what you're thinking can be solved within the scope of AUTO_CURSEFORGE mechanism that I didn't already mention. It seems like network performance is an important facet...

Sorry, I later realized that playing on LAN would be a case where internet network performance cannot be assumed. I'll do some research about gracefully blocking on slow connections with...

### Implementation note `pendingAcquireTimeout` from [connection pool section](https://projectreactor.io/docs/netty/release/reference/index.html#_connection_pool_2) seems to have a possible value of -1 which perhaps means infinite blocking. Need to expose that as an option in [SharedFetchArgs](https://github.com/itzg/mc-image-helper/blob/master/src/main/java/me/itzg/helpers/http/SharedFetchArgs.java)

It's an interesting idea, but I am a little concerned about the complexity that will added. You give 2 days as an example, but how would someone pick a good...

I'm sorry that happens on your system and I agree that negate the ability to automate. I have not heard any other reports of corrupted downloads, so I'm afraid it...

Jar files are simply zip files with the suffix changed, so there should be little to no mistreatment of them. Really every file is just a blob of bytes...now what...

We can keep it open and I renamed it to reflect the different aspect of it.

The requested feature is very difficult to implement fully within the scope of the container. The auto-stop feature https://github.com/itzg/docker-minecraft-server#autostop was implemented as a compromise assuming the container had been declared...