From 08c1b958c4f05c37e5e6df07fc480456a21e5887 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Wed, 23 Apr 2025 21:48:42 -0700 Subject: somehow need to be slower to read data --- remote_plot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote_plot.c') diff --git a/remote_plot.c b/remote_plot.c index 11e367a..88f4490 100644 --- a/remote_plot.c +++ b/remote_plot.c @@ -370,7 +370,7 @@ static void activate (GtkApplication *app, gpointer user_data) gtk_window_present (GTK_WINDOW (window)); - g_timeout_add(500,sftp_read_sync,user_data); + g_timeout_add(1000,sftp_read_sync,user_data); //printf("after g_timeout_add\n"); } -- cgit v1.2.3-70-g09d2