Plugin Directory

Changeset 1328711


Ignore:
Timestamp:
01/15/2016 03:21:05 AM (10 years ago)
Author:
Jehan
Message:

comment: timeout after 50 seconds.

A little longer than the default 30 seconds used for instance for login.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xmpp-auth/trunk/comment.php

    r1328710 r1328711  
    113113        __('Comment ID', 'xmpp-auth'));
    114114    $xs->add_callback('http_auth_cb', $params);
    115     if ($auth_message && $xs->raw_send($auth_message) && $xs->run())
     115    if ($auth_message && $xs->raw_send($auth_message) && $xs->run(50))
    116116    {
    117117        $xs->quit();
Note: See TracChangeset for help on using the changeset viewer.