Skip to content

Commit

Permalink
Adjust HLL precision
Browse files Browse the repository at this point in the history
  • Loading branch information
seppo0010 committed Aug 15, 2015
1 parent 5cfed91 commit 9173836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/src/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use error::OperationError;
use rdbutil::constants::*;
use rdbutil::{EncodeError, encode_i64, encode_slice_u8};

const HLL_ERROR:f64 = 0.001;
const HLL_ERROR:f64 = 0.0019;

#[derive(PartialEq, Debug, Clone)]
pub enum ValueString {
Expand Down

0 comments on commit 9173836

Please sign in to comment.