0.0.11-alpha: allow cache loading from zip
Signed-off-by: T-Hax <>
This commit is contained in:
parent
30f6f2186a
commit
d1d23f252a
46 changed files with 228 additions and 394 deletions
|
@ -110,7 +110,7 @@ async function sync() {
|
|||
await core.syncDeposits(instance)
|
||||
|
||||
// Now export it as an archive!
|
||||
await core.exportAsArchive('Deposits1ETH0.1')
|
||||
await core.exportCacheZip('Deposits1ETH0.1')
|
||||
}
|
||||
|
||||
sync()
|
||||
|
@ -146,7 +146,7 @@ async function sync() {
|
|||
)
|
||||
|
||||
// Export as archive again!
|
||||
await core.exportAsArchive('Deposits1ETH0.1')
|
||||
await core.exportCacheZip('Deposits1ETH0.1')
|
||||
}
|
||||
|
||||
sync()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue