mirror of https://github.com/BOINC/boinc.git
MGR: When Event Log is open, do get_messages RPC once per second but do view-specific periodic RPCs at their normal View refresh rate
svn path=/trunk/boinc/; revision=20116
This commit is contained in:
parent
d04d50861f
commit
39b576f7e3
|
@ -810,7 +810,7 @@ void CMainDocument::RefreshRPCs() {
|
|||
}
|
||||
|
||||
|
||||
void CMainDocument::RunPeriodicRPCs(wxLongLong frameRefreshRate) {
|
||||
void CMainDocument::RunPeriodicRPCs(int frameRefreshRate) {
|
||||
ASYNC_RPC_REQUEST request;
|
||||
wxTimeSpan ts;
|
||||
|
||||
|
|
|
@ -162,7 +162,7 @@ public:
|
|||
int SetNetworkRunMode(int iMode, int iTimeout);
|
||||
|
||||
void RefreshRPCs();
|
||||
void RunPeriodicRPCs(wxLongLong frameRefreshRate);
|
||||
void RunPeriodicRPCs(int frameRefreshRate);
|
||||
int ForceCacheUpdate(bool immediate = true);
|
||||
int RunBenchmarks();
|
||||
|
||||
|
|
Loading…
Reference in New Issue