Skip to content

Commit

Permalink
removed lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecavabarrett committed Mar 26, 2020
1 parent ab723cc commit fa04a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/cleaner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

int main(){
hydra::db::clean_sessions();
return 0;
while(true) {
uint64_t id = hydra::db::single_uint64_query_orelse("select id from checkpoints limit 1 ", 0);
if(!id)break;
Expand Down
2 changes: 1 addition & 1 deletion quickstartup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cd hydra;
sudo apt-get update -y
sudo apt-get install -y libpthread-stubs0-dev libpq-dev libboost-all-dev git-lfs
sudo apt-get install -y libpthread-stubs0-dev libpq-dev libboost-all-dev
git pull;
#openssl aes-256-cbc -in libs/db/include/db/config_ubuntu.h -out libs/db/include/db/config.h.enc -pass pass:${1} -iter 1000000
openssl aes-256-cbc -in libs/db/include/db/config.h.enc -out libs/db/include/db/config.h -d -pass pass:${1} -iter 1000000
Expand Down

0 comments on commit fa04a29

Please sign in to comment.