Skip to content

Commit

Permalink
flag changes and link update
Browse files Browse the repository at this point in the history
  • Loading branch information
zarkash-aws committed Dec 3, 2024
1 parent 748212e commit acf6160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/in-browser-valkey.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ <h3>This is an in-browser Valkey CLI. Try it out below:</h3>
},
autostart: true,
bzimage_initrd_from_filesystem: true,
cmdline: "rw root=host9p rootfstype=9p rootflags=trans=virtio,cache=none modules=virtio_pci tsc=reliable",
cmdline: "rw root=host9p rootfstype=9p rootflags=trans=virtio,cache=loose modules=virtio_pci tsc=reliable init_on_free=on",
initial_state: { url: imgUrl },
});

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h1>Try Valkey</h1>
<div class="container">
<p>This is an in-browser Valkey server and CLI that runs directly within your browser using a V86 emulator, requiring no external installations.</p>
<p>Try out the Valkey-CLI here:<p>
<a href="/examples/in-browser-valkey.html" class="button">Try Valkey</a>
<a href="https://zarkash-aws.github.io/try-valkey.github.io/examples/in-browser-valkey.html" class="button">Try Valkey</a>

<div class="warning">
<strong>Warning:</strong> This page will download approximately <strong>30MB</strong> of data.
Expand Down

0 comments on commit acf6160

Please sign in to comment.