You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Enqueue/Enqueue/etc/system.xml
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@
92
92
<show_in_default>1</show_in_default>
93
93
<show_in_website>0</show_in_website>
94
94
<show_in_store>-</show_in_store>
95
+
<validate>validate-number</validate>
95
96
</redelivered_delay_time>
96
97
</fields>
97
98
</client>
@@ -119,6 +120,7 @@
119
120
<show_in_default>1</show_in_default>
120
121
<show_in_website>0</show_in_website>
121
122
<show_in_store>-</show_in_store>
123
+
<validate>validate-number</validate>
122
124
</port>
123
125
<logintranslate="label">
124
126
<label>Login</label>
@@ -189,6 +191,7 @@
189
191
<show_in_default>1</show_in_default>
190
192
<show_in_website>0</show_in_website>
191
193
<show_in_store>-</show_in_store>
194
+
<validate>validate-number</validate>
192
195
</port>
193
196
<logintranslate="label">
194
197
<label>Login</label>
@@ -250,6 +253,7 @@
250
253
<show_in_default>1</show_in_default>
251
254
<show_in_website>0</show_in_website>
252
255
<show_in_store>-</show_in_store>
256
+
<validate>validate-number</validate>
253
257
</port>
254
258
<logintranslate="label">
255
259
<label>Login</label>
@@ -311,6 +315,7 @@
311
315
<show_in_default>1</show_in_default>
312
316
<show_in_website>0</show_in_website>
313
317
<show_in_store>-</show_in_store>
318
+
<validate>validate-number</validate>
314
319
</port>
315
320
<logintranslate="label">
316
321
<label>Login</label>
@@ -371,6 +376,7 @@
371
376
<show_in_default>1</show_in_default>
372
377
<show_in_website>0</show_in_website>
373
378
<show_in_store>-</show_in_store>
379
+
<validate>validate-number</validate>
374
380
</management_plugin_port>
375
381
</fields>
376
382
</rabbitmq_stomp>
@@ -400,6 +406,7 @@
400
406
<show_in_website>0</show_in_website>
401
407
<show_in_store>-</show_in_store>
402
408
<comment>The option tells how many messages should be read from file at once. The feature saves resources but could lead to bigger messages lose.</comment>
409
+
<validate>validate-number</validate>
403
410
</pre_fetch_count>
404
411
<chmodtranslate="label">
405
412
<label>Filesystem permissions</label>
@@ -409,6 +416,7 @@
409
416
<show_in_website>0</show_in_website>
410
417
<show_in_store>-</show_in_store>
411
418
<comment>The queue files are created with this given permissions if not exist.</comment>
419
+
<validate>validate-number</validate>
412
420
</chmod>
413
421
</fields>
414
422
</fs>
@@ -461,6 +469,7 @@
461
469
<show_in_website>0</show_in_website>
462
470
<show_in_store>-</show_in_store>
463
471
<comment>Configures the maximum number of allowed retries for a client (pass 0 to disable retries)</comment>
0 commit comments