Ticket #857 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

30 second throttle timer should be a variable bb_get_option instead

Reported by: _ck_ Assigned to:
Priority: low Milestone: 0.9.0.2
Component: Back-end Version: 0.9
Severity: minor Keywords:
Cc:

Description

The + 30 in bb-post.php should something like `+ bb_get_option('throttle') so at least it can be easily customized via bb-config.php or the db options. Sure individual members can be given an override but why not allow a master setting.

Super easy customization option to give people. Don't even have to put it in the admin menus for now, as long as it can be manually configured.

Change History

04/16/08 06:28:19 changed by sambauers

  • version set to 0.9.

Is this value causing a problem for you? Are you setting it higher or lower or turning it off?

04/16/08 15:32:00 changed by _ck_

Not a problem for me personally but I know someone running bbPress on an active company intranet and I had to write a workaround for them to allow faster posting. Why hard code it at all if you know there's going to be a huge variety of people running bbPress, some in environments where it should be slower timeout, some much faster.

If it was done via a get_option, it could even be controlled via plugin and far more flexible than (but still compatible with) "can_throttle".

04/23/08 08:30:38 changed by mdawaffe

  • status changed from new to closed.
  • resolution set to fixed.

(In [1435]) throttle_time option. Fixes #857 for trunk

04/23/08 11:29:13 changed by mdawaffe

(In [1444]) throttle_time option. Fixes #857 for branches/0.9 [1435]

04/24/08 09:49:18 changed by mdawaffe

  • milestone changed from 1.0-beta & XML-RPC to 0.9.1.