Plugin Directory

Changeset 2752858


Ignore:
Timestamp:
07/07/2022 04:12:16 AM (4 years ago)
Author:
winrid
Message:

3.12.3 - Decreasing time to wait in some cases after setup complete.

Location:
fastcomments
Files:
40 added
3 edited

Legend:

Unmodified
Added
Removed
  • fastcomments/trunk/README.txt

    r2752856 r2752858  
    44Requires at least: 4.6
    55Tested up to: 6.0
    6 Stable tag: 3.12.2
     6Stable tag: 3.12.3
    77Requires PHP: 5.2.5
    88License: GPLv2 or later
     
    8888== Changelog ==
    8989
     90= 3.12.3 =
     91* Decreasing time to wait in some cases after setup complete.
     92
    9093= 3.12.2 =
    9194* Bugfixes on initial sync after changing data location.
  • fastcomments/trunk/core/FastCommentsIntegrationCore.php

    r2752856 r2752858  
    235235
    236236    private function tryAckLock($name, $windowSeconds) {
    237         $secondsRemaining = $windowSeconds;
     237        $secondsRemaining = 5;
    238238        $retryInterval = 1;
    239239        $gotLock = $this->canAckLock($name, $windowSeconds);
  • fastcomments/trunk/fastcomments-wordpress-plugin.php

    r2752856 r2752858  
    44Plugin URI: https://fastcomments.com
    55Description: Live Comments, Fast. A comment system that will delight your users and developers.
    6 Version: 3.12.2
     6Version: 3.12.3
    77Author: winrid @ FastComments
    88License: GPL-2.0+
     
    1414}
    1515
    16 $FASTCOMMENTS_VERSION = 3.122;
     16$FASTCOMMENTS_VERSION = 3.123;
    1717
    1818require_once plugin_dir_path(__FILE__) . 'admin/fastcomments-admin.php';
Note: See TracChangeset for help on using the changeset viewer.