On Wed, Nov 28, 2018 at 7:07 PM Christopher Schultz <
[email protected]> wrote:

> > /** -     * The event period. +     * The lifecycle event period.
> > */ protected int eventPeriod = 10;
>
> Can you give the units, here? I suspect the units are "number of
> events" rather than e.g. seconds or minutes. But since you are editing
> it, can you be as clear as possible?
>

Ok, so it's in seconds, it was mentioned elsewhere.

Rémy


>
> >
> > @@ -481,7 +481,7 @@ public final class StandardServer extend
> >
> >
> > /** -     * @return The period between two events, in seconds +
> > * @return The period between two lifecycle events, in seconds */
> > public int getEventPeriod() { return eventPeriod; @@ -489,8 +489,9
> > @@ public final class StandardServer extend
> >
> >
> > /** -     * Set the new period between two events. -     * @param
> > eventPeriod The period in seconds, <= 0 disables events +     * Set
> > the new period between two lifecycle events. +     * @param
> > eventPeriod The period in seconds, negative or zero will +     *
> > disable events */ public final void setEventPeriod(int eventPeriod)
> > { this.eventPeriod = eventPeriod;
> >
> >
> >
> > ---------------------------------------------------------------------
> >
> >
> To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> -----BEGIN PGP SIGNATURE-----
> Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/
>
> iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAlv+2XQACgkQHPApP6U8
> pFgKbg//QhAImgBcjL1+vKFWrmfj+WNdEOZF0B4x5NJJa0ei4dth3RHFF1mgBl/J
> ys8NGRp+h4IDao/FpYwczoKhaUJ5LscBXAXtV+pmoeZID7JTeJWFRonv18eQEmRf
> vGt+gE6JQI1g2y6DoQdhjPa/ksEtsNnfjR7xXMtHNA2hSj9odG3sEYLqukrxiDSk
> IK4xG5r6WwScDNf9ji1b1gmIXBYQp3s/YXs362SAwKr3xr6aYVXu0Vb8ZRNH4Xfy
> VrnftiNBkyG2xowcXY9d/6GR9btCXCK8DTEqKrMWP1s+Qx4dtWftuuqXM78oQS+m
> bWI2cEd6MfyMiCGhVGRxdsQ7sOAFscHa6txcQpz2n6wyTwOdvj07czLOaUD031ez
> q8ArLOdXHj84qdzKXqXK8fCfX/cNcMxDAGeMMPuIOkYW96XBxqCmj/I/kvOAkCNb
> JJfQDiT+Lct0g+BzA9fIzThcRy2Rzew9zHB7bThLj8Sgh/lawM+LEkfbnO5EUOrF
> g20zNWpEtFyKdKptJNh0ZzG9QcPh5MUFD9sQMMnU4gb9265z23mlzwSpn2eUjm0U
> U9/fOVGGXPQnOTP0ZwxsqwPt3pEnUSJXwsvTMDZaMiyua6FL9gXgeIuJL45HEBHW
> J0pTCqRE4zbgpPOHVBRYGlgoY+nTx9TEPG4Xd8j0I78Iei8fglE=
> =hPKQ
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to