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
Use privileged prompt for CLI command.
Use title case consistently for section titles.
Fix a typo that caused RST syntax rendered as-is.
Signed-off-by: Ville Ojamo <[email protected]>
The older and now non-default``civetweb`` frontend has a threading model that uses a thread per
280
+
The older and now non-default``civetweb`` frontend has a threading model that uses a thread per
281
281
connection and hence is automatically throttled by :confval:`rgw_thread_pool_size`
282
282
when accepting connections. The newer and default ``beast`` frontend is
283
283
not limited by the thread pool size when it comes to accepting new
@@ -334,7 +334,7 @@ below.
334
334
.. confval:: rgw_lfuda_sync_frequency
335
335
.. confval:: rgw_d4n_l1_datacache_address
336
336
337
-
Topic persistency settings
337
+
Topic Persistency Settings
338
338
==========================
339
339
340
340
Topic persistency will repeatedly push notifications until they succeed.
@@ -356,7 +356,7 @@ retention is indefinite, and notifications are retried as frequently as possible
356
356
357
357
.. _Bucket Notifications: ../notifications
358
358
359
-
Cloud Restore settings
359
+
Cloud Restore Settings
360
360
======================
361
361
362
362
Cloud Restore feature currently enables the restoration of objects transitioned to S3-compatible cloud services into Ceph Object Gateway (RGW). The restore requests are asynchronously processed by Restore worker thread in the background.
0 commit comments