Commit 06eda8f7a76631b3817c9266205d03be23efd1eb

Authored by Goutte
1 parent 297a7dfc

Re-lock the Earth until we have a more robust support for that many files.

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
config.yml
... ... @@ -145,8 +145,9 @@ targets:
145 145 dens: 'Dens'
146 146 vtot: 'Vel'
147 147 temp: 'Temp'
148   - locked: false
149   - default: true
  148 + # Earth has a LOT of data files, compared to the others.
  149 + locked: true
  150 + default: false
150 151 - type: 'planet'
151 152 slug: 'mars'
152 153 name: 'Mars'
... ...