zed/script/seed-db
Antonio Scandurra a27a17b8e2 Make scrolling up in chat panel smoother
This increases the threshold at which we start loading new messages
as well as the amount of messages we get back from the server every
time we fetch.

Also, we restructured the seed binary to use the methods in `Db` to
generate seed data and added random chat messages.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-09-02 16:05:34 +02:00

6 lines
80 B
Bash
Executable File

#!/bin/bash
set -e
cd server
cargo run --features seed-dependencies --bin seed