Skip to content

Commit

Permalink
Release 2 (Regression in Encryption)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Buchholz committed Jan 4, 2023
1 parent d59d12f commit 17ad409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CompressionTool/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void sendPackage(PackageData Data) {

if (UseEncryption) {
std::reverse(Data.Data.begin(), Data.Data.end());
fpcsc::sleep_for_secs(5);
fpcsc::sleep_for_secs(10);
}

// Sending
Expand Down

0 comments on commit 17ad409

Please sign in to comment.