diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-04-25 21:27:51 +0100 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-04-25 21:27:51 +0100 |
| commit | 4f16e8411e24891b140690798c47747f5c9bb91e (patch) | |
| tree | 56db5166f3eb81df78f3654162e01d73eed6eba0 /atuin-client/src/sync.rs | |
| parent | Update docs, unify on SQLx, bugfixes (#40) (diff) | |
| download | atuin-4f16e8411e24891b140690798c47747f5c9bb91e.zip | |
Revert to storing history as nanos
Diffstat (limited to 'atuin-client/src/sync.rs')
| -rw-r--r-- | atuin-client/src/sync.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/atuin-client/src/sync.rs b/atuin-client/src/sync.rs index 94408018..813c2ed4 100644 --- a/atuin-client/src/sync.rs +++ b/atuin-client/src/sync.rs @@ -122,7 +122,6 @@ async fn sync_upload( // anything left over outside of the 100 block size client.post_history(&buffer).await?; cursor = buffer.last().unwrap().timestamp; - remote_count = client.count().await?; } |
