Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scheduler/compileserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ void CompileServer::updateInConnectivity(bool acceptingIn)
64, 128, 256, 512, 1024,
2048, 4096
};
static const size_t table_size = sizeof(time_offset_table);
static const size_t table_size = sizeof(time_offset_table) / sizeof(time_offset_table[0]);

//On a successful connection, we should still check back every 1min
static const time_t check_back_time = 60;
Expand Down