Displaying 20 results from an estimated 56 matches for "maxtime".
Did you mean:
maxime
2017 Dec 01
1
Do we really need Solr commit as cronjob?
I am testing Solr FTS on dovecot. Read online that some suggested to run
cronjob commit every minute, and optimize once a day.
I am using Solr 7.1.0 and I see some configurations:
In /etc/default/solr.in.sh:
#SOLR_OPTS="$SOLR_OPTS -Dsolr.autoSoftCommit.maxTime=3000"
#SOLR_OPTS="$SOLR_OPTS -Dsolr.autoCommit.maxTime=60000"
Also in solrconfig.xml:
??? <autoCommit>
<maxTime>${solr.autoCommit.maxTime:15000}</maxTime>
????? <openSearcher>false</openSearcher>
??? </autoCommit>
?? <autoSoftCommit>
&l...
2005 Mar 11
0
patch for icecast-2.2.0 to add client maxtime (fwd)
...ected this message instead of approving it.
Geoff.
---------- Forwarded message ----------
Date: Fri, 11 Mar 2005 17:33:06 +0100
From: Siegfried Wagner <esiggi@gmail.com>
Reply-To: siegfried@esiggi.net
To: icecast-dev@xiph.org
Subject: Re: [Icecast-dev] patch for icecast-2.2.0 to add client maxtime
Hi,
I did your recommended changes on my patch.
But with the "signed/unsigned" mismatch: That's also wrong with other
variables like source_timeout etc.
And I've got a fundamental question: Why are you kicking clients that
don't receive their data fast enough? Why not just...
2014 Jun 03
3
error de incompatible methods
...ia las horas en formato
00:00:00, entonces me anhadia dos ceros mas, entonces no ejecute el ultimo
comando y ahora al ejecutar este comando desp+ues del anterior:
DBfishing<- na.omit(DBx[(DBx$calcSpeed<=speedFishing &
DBx$distHb>distHbRule & DBx$Time>minTime & DBx$Time<=maxTime),])
Me da este error:Warning messages:
1: In `[.data.frame`(DBx, (DBx$calcSpeed <= speedFishing & DBx$distHb > :
Incompatible methods ("Ops.factor", "Ops.times") for ">"
2: In `[.data.frame`(DBx, (DBx$calcSpeed <= speedFishing & DBx$distHb >...
2005 Jan 17
0
patch for icecast-2.2.0 to add client maxtime
...for some time.
>
> regards,
>
> Andrew.
>
> On Mon, 17 Jan 2005, Siegfried Wagner wrote:
>
>> Hi,
>>
>> I wrote a little patch for the stable version (also works for the svn
>> version) to add a new configuration parameter called
>> "client_maxtime".
>> With this you can set a maximum connection time limit for a connected
>> client so that you can disallow continuous listening.
>> When the listening time exceeds the client connection will
>> automatically be dropped.
>> By default this feature is disabled...
2005 Jan 17
0
patch for icecast-2.2.0 to add client maxtime
On Mon, 17 Jan 2005 10:25:32 +0100, Siegfried Wagner
<siggi@radiofreaks.org> wrote:
> Hi,
>
> I wrote a little patch for the stable version (also works for the svn
> version) to add a new configuration parameter called "client_maxtime".
> With this you can set a maximum connection time limit for a connected
> client so that you can disallow continuous listening.
> When the listening time exceeds the client connection will
> automatically be dropped.
> By default this feature is disabled (set to 0).
This look...
2012 Oct 05
0
problems with printing and plotting aareg
It's a bug in summary.aareg which no one found until now.
What's wrong:
If dfbeta=TRUE then there is a second estimate of variance calculated, labeled as
test.var2. If maxtime is set, then both estimates of variance need to be recalculated by
the summary routine. An incorrect if-then-else flow led it to look for test.var2 when it
wasn't relevant. My test cases with maxtime also happened to have dfbeta=TRUE.
Short term solution: set dfbeta=TRUE. A bit more compu...
2005 Aug 04
1
Counterintuitive Simulation Results
...ions in S-Plus 6.1, with all six
different random number generators in R 1.9.1 and 2.1.1 and with MS
Excel. For modest changes in EZ[t] < 0, I get a different asymptote but
pretty much the same image.
#################################################
simCus5 <- function(mu=-0.1, Qp0=4.5, maxTime=400, nSims=20000){
Qp.mean <- rep(NA, maxTime)
Qp.t <- rep(Qp0, nSims)
for(i in 1:maxTime){
z.t <- (mu + rnorm(nSims))
Qp.t <- pmax(0, Qp.t+z.t)
Qp.mean[i] <- mean(Qp.t)
}
Qp.mean
}
set.seed(1)
plot(simCus5(Qp0=4.5))
#####################################...
2005 Jan 17
2
patch for icecast-2.2.0 to add client maxtime
Hi,
I wrote a little patch for the stable version (also works for the svn
version) to add a new configuration parameter called "client_maxtime".
With this you can set a maximum connection time limit for a connected
client so that you can disallow continuous listening.
When the listening time exceeds the client connection will
automatically be dropped.
By default this feature is disabled (set to 0).
-------------- next part --------...
2012 Aug 31
2
Conditional merging in R & if then statement
1)I am wandering how the following SQL statement can be written in R language
w/o using sqldf:
create table detail2 as
select a.*
from detail a,
pdetail b
where a.TDATE=b.TDATE
and (a.STIM >= b.STIM and a.STIM <=b.MAXTIM)
2) when try if then in R it only applies to the 1st row & not to whole
dataset like in SAS. How do you get round that?
in SAS:
data summary;
set all1;
2014 Jun 04
2
error de incompatible methods
...despues de reiniciar y demas el tinnR y el R, no se si
me vacila o es que tengo algo mal en realidad.
Despues el error esta en los sÃmbolos o algo com el tiempo
DBfishing<- na.omit(DBx[(DBx$calcSpeed<=speedFishing &
DBx$distHb>distHbRule & DBx$Time>minTime & DBx$Time<=maxTime),])
Porque lo ejecute por separado y me funcione pero al poner el tiempo no me
funciona y me sale el warning message, mi pregunta es si com el tiempo hay
que utilizar otros sÃmbolos de < o > diferentes o algo .
Pongo el script entero que utilice y funciono hasta donde me dio error:
setwd(...
2014 Jul 09
3
error com un archivo
...oats$Year))]
z0<-length(DBx$gear)
z1<-length(DBx$gear)
z1
#defining speed and distance limits
speedFishing<-2.0
speedHarb<-1.0
distHbRule<-3.0
speedSteam<-2.0
minTime<-times(c("05:59:59")) #usual beginning of fishing
operations
maxTime<- times(c("20:59:59")) #usual finishing of fishing
operations
#Selecting Harbour
DBharbour<- na.omit(DBx[DBx$distHb<=distHbRule &
DBx$calcSpeed<=speedHarb,])
DBharbour$State<-"Harbour" #MONICAP= 10618; UNIVER1= ; UNIVER2= ;
UNIV...
2004 Sep 04
0
Non-Markovian Behaviour of a Cusum?
...arently independently programmed versions of this with
different seeds and different random number generators, and I got a hint
of this behavior in a small sample test in Excel.
What am I missing?
Thanks,
spencer graves
##SCRIPT:
CusumSim <- function(offset=-0.1, FIR=4.5, maxTime=500, nSims=10000){
# Simulate nSims simultaneous Cusums of length maxTime
# Q[i] <- max(0, Q[i-1]+z[i]), z[i] ~ N(offset, 1),
# Q[0] = FIR
# Store only the mean of Q[i] for each i
Qmean <- rep(NA, maxTime)
Q <- rep(FIR, nSims)
for(i in 1:maxTime){
Q <- pmax(0, Q+rnorm(nSims, m...
2010 Mar 29
1
Trying to get reason for ending of AGI call recording
I would appreciate any ideas of what I'm doing wrong on this. My
dialplan calls an AGI which records a file. That works, but I'm trying
to find a way to determine whether the caller pressed # to stop a
recording before the maxtime expired, or if the recording ended due to
reaching the max timeout. The $fx variable in the below agi excerpt
always returns 0.
$res = $agi->exec('Record', "$filename.gsm||$maxtime");
$fx = $res['result'];
Thanks,
Jeff
-------------- next part -------...
2019 Apr 23
2
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
Hello, it seems an mismatch of schema file provided by dovecot-2.3.5.2
[root at mail conf]# pwd
/var/solr/data/dovecot/conf
# Below solrconfig.xml is from Solr-8.0.0.
[root at mail conf]# grep text_general solrconfig.xml
<str name="queryAnalyzerFieldType">text_general</str>
field types. Text content will be indexed as "text_general" as
<str
2019 Apr 23
3
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...andler2">
> <updateLog>
> <str name="dir">${solr.ulog.dir:}</str>
> <int
> name="numVersionBuckets">${solr.ulog.numVersionBuckets:65536}</int>
> </updateLog>
> <autoCommit>
> <maxTime>${solr.autoCommit.maxTime:15000}</maxTime>
> <openSearcher>false</openSearcher>
> </autoCommit>
> <autoSoftCommit>
> <maxTime>${solr.autoSoftCommit.maxTime:-1}</maxTime>
> </autoSoftCommit>
> </updateH...
2012 Oct 16
2
R Kaplan-Meier plotting quirks?
Hello. I apologize in advance for the VERY lengthy e-mail. I endeavor to
include enough detail.
I have a question about survival curves I have been battling off and on for
a few months. No one local seems to be able to help, so I turn here. The
issue seems to either be how R calculates Kaplan-Meier Plots, or something
with the underlying statistic itself that I am misunderstanding. Basically,
2020 Mar 15
3
lmtp and recipient_delimiter
...i
PS: here are the logs (from two different but identical tests) for the case where both Dovecot and Postfix have recipient_delimiter = +-
Mar 15 17:57:06 batleth postfix/lmtp[5077]: smtp_connect_unix: trying: private/dovecot-lmtp...
Mar 15 17:57:06 batleth postfix/lmtp[5077]: smtp_stream_setup: maxtime=300 enable_deadline=0
Mar 15 17:57:06 batleth postfix/lmtp[5077]: < batleth.sapienti-sat.org[private/dovecot-lmtp]: 220 batleth.sapienti-sat.org Dovecot ready.
Mar 15 17:57:06 batleth dovecot: lmtp(5154): Connect from local
Mar 15 17:57:06 batleth postfix/lmtp[5077]: > batleth.sapienti-sat.or...
2019 Apr 23
0
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...dler class="solr.DirectUpdateHandler2">
<updateLog>
<str name="dir">${solr.ulog.dir:}</str>
<int
name="numVersionBuckets">${solr.ulog.numVersionBuckets:65536}</int>
</updateLog>
<autoCommit>
<maxTime>${solr.autoCommit.maxTime:15000}</maxTime>
<openSearcher>false</openSearcher>
</autoCommit>
<autoSoftCommit>
<maxTime>${solr.autoSoftCommit.maxTime:-1}</maxTime>
</autoSoftCommit>
</updateHandler>
<query>...
2012 Oct 04
0
problems with plotting and printing aareg
Hi all,
I've ventured into the world of nonparametric survival and I would like to use the "maxtime" option for printing and plotting my aareg fit.
However, my fit does not have "test.var2" and this stops the print and plot when adding a maxtime.
My code is as follows:
Response<-Surv(Time,Event)
Model<-aareg(Response~Factor1*Factor2)
Model2<-aareg(Response~Factor1+Facto...
2019 Apr 12
2
Solr connection timeout hardwired to 60s
Looking further at tcpdumps of the Dovecot->Solr traffic and Solr
metrics it doesn't seem like there's anything suspicious apart from the
TCP windows running full and Dovecot backing of ... until it times out
and close the connection.
>From my understanding of how Dovecot operates towards Solr it will flush
~1000 documents towards Solr in /update request until it has traversed
the