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

feat: option to initialize storage servers without chunker #202

Closed
wants to merge 1 commit into from

Commits on Oct 22, 2024

  1. feat: option to initialize storage servers without chunker

    The goal with this change is to allow storage servers
    to be initialized without needing a database to be running
    first.
    
    By allowing the storage server to start without the chunker,
    it can still use Put() without chunking. When WriteChunked()
    or ReadChunked() are needed by the storage server, it first
    checks that the chunker is not nil. If it is, it will throw
    an error.
    jmwoliver committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    847959e View commit details
    Browse the repository at this point in the history