Skip to content

Commit d455121

Browse files
decrease snapshot backup poller frequency
1 parent 48588a3 commit d455121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/blob/blobstore.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#define BLOB_CRC32C_INITIAL 0xffffffffUL
2727

28-
#define SNAPSHOT_BACKUP_POLLER_US 3
28+
#define SNAPSHOT_BACKUP_POLLER_US 50
2929

3030
static int bs_register_md_thread(struct spdk_blob_store *bs);
3131
static int bs_unregister_md_thread(struct spdk_blob_store *bs);

0 commit comments

Comments
 (0)