Skip to content

Commit

Permalink
increase cache time precision
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jul 20, 2020
1 parent dd6a8c4 commit 3dcfbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ get_tmp_dir() {
}

get_time() {
date +%s
date +%s.%N
}

get_cache_val(){
Expand Down

0 comments on commit 3dcfbd2

Please sign in to comment.