Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pw0rld committed Mar 12, 2023
1 parent bdaa25c commit 9111794
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ServerEnclave/host/process_ae_requests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ void process_ae_requests()
// }
// }
ser->fetch_signed_messages(send_index, message);
boost::this_thread::sleep(boost::posix_time::milliseconds(1));
}
}
ae_infos temp_info;
Expand All @@ -181,7 +182,7 @@ void process_ae_requests()
}
else
{
// boost::this_thread::sleep(boost::posix_time::milliseconds(5));
boost::this_thread::sleep(boost::posix_time::milliseconds(5));
}
}
catch (boost::thread_interrupted &)
Expand Down
2 changes: 2 additions & 0 deletions aliyun-bj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ build_narrator(){
echo "Build Narrator ServerEnclave"
$ssh_config root@${cloud_ip} "
cd ~/Narrator/ServerEnclave/;
git reset --hard;
git pull;
rm -rf build;
mkdir build;
cd build;
cmake ..;
Expand Down
3 changes: 3 additions & 0 deletions aliyun-hz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ build_narrator(){
echo "Build Narrator ServerEnclave"
$ssh_config root@${cloud_ip} "
cd ~/Narrator/ServerEnclave/;
git reset --hard;
git pull;
rm -rf build;
mkdir build;
cd build;
cmake ..;
Expand All @@ -220,6 +222,7 @@ build_narrator(){
echo "Build Narrator ServerEnclave Successful! Now build the AppEnclave"
$ssh_config root@${cloud_ip} "
cd ~/Narrator/AppEnclave/;
rm -rf build;
mkdir build;
cd build;
cmake ..;
Expand Down

0 comments on commit 9111794

Please sign in to comment.