From d7b80385dea105d99b0e3666bce87c68b5511b54 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Wed, 28 Feb 2024 07:30:34 +0100 Subject: ADD Sync blobversion check - only update if new on server --- modules/benchmark.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/benchmark.c') diff --git a/modules/benchmark.c b/modules/benchmark.c index 018e30fe..69c6eebb 100644 --- a/modules/benchmark.c +++ b/modules/benchmark.c @@ -923,10 +923,12 @@ void hi_module_init(void) .name = N_("Send benchmark results"), .file_name = "benchmark.json", .generate_contents_for_upload = get_benchmark_results, + .optional = FALSE, }, { .name = N_("Receive benchmark results"), .file_name = "benchmark.json", + .optional = FALSE, }, }; -- cgit v1.2.3