mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
def: lower default timeout to 90s
Almost everybody found 3min too long, so lower it again
This commit is contained in:
parent
0ecb942753
commit
ecb963cc40
8
TODO
8
TODO
@ -30,6 +30,10 @@ F15 External:
|
||||
|
||||
Features:
|
||||
|
||||
* introduce dbus calls for enabling/disabling a service
|
||||
|
||||
* support notifications for services being enabled/disabled
|
||||
|
||||
* Maybe merge nss-myhostname into systemd?
|
||||
|
||||
* ensure we strip empty directories from search path
|
||||
@ -38,7 +42,9 @@ Features:
|
||||
|
||||
* GC unreferenced jobs (such as .device jobs)
|
||||
|
||||
* support wildcard expansion in ListeStream= and friends
|
||||
* support wildcard expansion in ListenStream= and friends
|
||||
|
||||
* support wildcard expansion in EnvironmentFile= and friends
|
||||
|
||||
* avoid DefaultStandardOutput=syslog to have any effect on StandardInput=socket services
|
||||
|
||||
|
@ -129,7 +129,7 @@
|
||||
|
||||
<listitem><para>Specify the query
|
||||
timeout in seconds. Defaults to
|
||||
3min.</para></listitem>
|
||||
90s.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
@ -212,7 +212,7 @@
|
||||
a time span value such as "5min
|
||||
20s". Pass 0 to disable the timeout
|
||||
logic. Defaults to
|
||||
3min.</para></listitem>
|
||||
90s.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
@ -448,7 +448,7 @@
|
||||
time span value such as "5min
|
||||
20s". Pass 0 to disable the timeout
|
||||
logic. Defaults to
|
||||
3min.</para></listitem>
|
||||
90s.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
@ -541,7 +541,7 @@
|
||||
a time span value such as "5min
|
||||
20s". Pass 0 to disable the timeout
|
||||
logic. Defaults to
|
||||
3min.</para></listitem>
|
||||
90s.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
@ -166,7 +166,7 @@
|
||||
a time span value such as "5min
|
||||
20s". Pass 0 to disable the timeout
|
||||
logic. Defaults to
|
||||
3min.</para></listitem>
|
||||
90s.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user