-
Notifications
You must be signed in to change notification settings - Fork 295
Open
Labels
Description
The de facto standard for serving web archive indexes seems to be via CDX, not BDB. However, Wayback defaults to BDB out-of-the-box and our current documentation recommends commenting out/un-commenting the defaults.
I'd suggest we either switch the defaults entirely. Given that BDB can be useful for testing/quick-deployment, however, it should still be easy to deploy (could we handle this with a Maven profile, for instance?).