Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
8 additions
and
0 deletions.
-
+8
−0
src/core/qgsfeaturerequest.h
|
@@ -604,12 +604,20 @@ class CORE_EXPORT QgsFeatureRequest |
|
|
/** |
|
|
* The timeout for how long we should wait for a connection if none is available from the pool |
|
|
* at this moment. A negative value (which is set by default) will wait forever. |
|
|
* |
|
|
* \note Only works if the provider supports this option. |
|
|
* |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
int connectionTimeout() const; |
|
|
|
|
|
/** |
|
|
* The timeout for how long we should wait for a connection if none is available from the pool |
|
|
* at this moment. A negative value (which is set by default) will wait forever. |
|
|
* |
|
|
* \note Only works if the provider supports this option. |
|
|
* |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
void setConnectionTimeout( int connectionTimeout ); |
|
|
|
|
|
You can’t perform that action at this time.
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.