Lowered the lower limit of keep_alive to -1 (#69)

This commit is contained in:
Surjyadip Sen 2024-05-30 21:01:06 +05:30 committed by GitHub
parent 91651b918e
commit 7faa805176
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -346,7 +346,7 @@
<property name="subtitle" translatable="yes">Controls how long the model will stay loaded into memory following the request in minutes (default: 5)</property>
<property name="adjustment">
<object class="GtkAdjustment">
<property name="lower">0</property>
<property name="lower">-1</property>
<property name="upper">999999</property>
<property name="step-increment">1</property>
</object>
@ -722,5 +722,3 @@
</child>
</object>
</interface>