Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix #783 remote container construction sites not beeing handled #787

Merged

Conversation

schealex
Copy link
Contributor

@schealex schealex commented Apr 4, 2024

Don't know what the history behind this is but the current check for available amout of storage in spawns + extensions doesn't make any sense for a remote. I've switched that to just check if the room is reserved. This works well for me.

fixes #783

@schealex schealex requested a review from CarsonBurke April 4, 2024 01:03
@schealex schealex self-assigned this Apr 4, 2024
@CarsonBurke
Copy link
Member

The idea is to not build containers until the spawning structures are at or above RCL 3. I think this is preferable because excess energy in non-reserved remotes can go towards containers. That being said, i'm not super attached to that solution over this one

@schealex
Copy link
Contributor Author

schealex commented Apr 7, 2024

Ah i see hmm didn't pay attention to that it's supposed to check it against the commune and not the remote room.
But in any way without this fix it is currently not building remote containers at all. even for rcl 8 rooms its not.

@CarsonBurke
Copy link
Member

Ohhh I didn't notice it was checking the remote instead of the commune 🤦

@CarsonBurke CarsonBurke merged commit 54b0ded into Development Apr 7, 2024
36 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants