mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11405
This commit is contained in:
parent
da173a0dc1
commit
339fa27531
|
@ -60,7 +60,7 @@ bool CLIENT_STATE::start_new_file_xfer(PERS_FILE_XFER& pfx) {
|
|||
|
||||
if (network_suspended) return false;
|
||||
|
||||
if (file_xfers->file_xfers.size() >= config.max_file_xfers) return false;
|
||||
if ((int)file_xfers->file_xfers.size() >= config.max_file_xfers) return false;
|
||||
|
||||
// limit the number of file transfers per project
|
||||
//
|
||||
|
|
|
@ -755,6 +755,10 @@
|
|||
RelativePath="..\clientgui\sg_ClientStateIndicator.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\sg_CustomControls.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\sg_DlgMessages.cpp"
|
||||
>
|
||||
|
@ -811,14 +815,6 @@
|
|||
RelativePath="..\clientgui\sg_SGUIListControl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\sg_StaticLine.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\sg_StaticLine.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\sg_StatImageLoader.cpp"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue