From 4f16e8411e24891b140690798c47747f5c9bb91e Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 25 Apr 2021 21:27:51 +0100 Subject: Revert to storing history as nanos --- atuin-client/src/sync.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'atuin-client/src/sync.rs') 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?; } -- cgit v1.3.1