You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function should only allow false values to be set to true, and should be judged externally. Otherwise we can call this function to cancel the delay to cheat in Project 1 LeaderBoard(2023 fall). Here is an example:
auto *disk_manager_memory = dynamic_cast<DiskManagerUnlimitedMemory *>(disk_manager_);
if (disk_manager_memory != nullptr) {
disk_manager_memory->EnableLatencySimulator(false);
}
The text was updated successfully, but these errors were encountered:
The function should only allow false values to be set to true, and should be judged externally. Otherwise we can call this function to cancel the delay to cheat in Project 1 LeaderBoard(2023 fall). Here is an example:
The text was updated successfully, but these errors were encountered: