2010-11-10
2010-11-10 19:22:57 by Martin Stjernholm <mast@lysator.liu.se>
-
186b724954bfc1c57bdd7510535ee9d7e644a101
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 5.2
Forgot to adjust the sleep interval in one place.
Rev: server/base_server/roxen.pike:1.1073
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.
// ABS and suicide systems contributed freely by Francesco Chemolli
- constant cvs_version="$Id: roxen.pike,v 1.1072 2010/11/10 18:39:28 mast Exp $";
+ constant cvs_version="$Id: roxen.pike,v 1.1073 2010/11/10 19:22:57 mast Exp $";
//! @appears roxen
//!
1234: Inside #if defined(THREADS)
bg_process_running = 1;
int maxbeats =
- min (time() - bg_last_busy, bg_time_buffer_max) * (int) (1 / 0.04);
+ min (time() - bg_last_busy, bg_time_buffer_max) * (int) (1 / 0.01);
#ifndef NO_SLOW_REQ_BT
Pike.Backend monitor;