Skip to content

Commit

Permalink
Take a nap
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 21, 2020
1 parent f6b81ca commit 9ffc42b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/qgis_mapserver.cpp
Expand Up @@ -472,6 +472,7 @@ int main( int argc, char *argv[] )
else
{
qApp->processEvents( );
std::this_thread::sleep_for( std::chrono::milliseconds( 1 ) );
}
}
} );
Expand Down

0 comments on commit 9ffc42b

Please sign in to comment.