X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fomb.php;h=0f38a49369fc34c8de680a0b5fe90236c65fe161;hb=15a9c869794ea3948086afa5310696e1250d9a26;hp=e2a6d9f3f529f6004ef51c3846ad68a1b31143a6;hpb=11abd4bfb70179faad3b4b0509b68403ddfc1ed9;p=quix0rs-gnu-social.git diff --git a/lib/omb.php b/lib/omb.php index e2a6d9f3f5..0f38a49369 100644 --- a/lib/omb.php +++ b/lib/omb.php @@ -167,6 +167,7 @@ class StatusNet_OMB_Service_Consumer extends OMB_Service_Consumer { $this->datastore = omb_oauth_datastore(); $this->oauth_consumer = omb_oauth_consumer(); $this->fetcher = Auth_Yadis_Yadis::getHTTPFetcher(); + $this->fetcher->timeout = intval(common_config('omb', 'timeout')); } }