aboutsummaryrefslogtreecommitdiff
path: root/remote_plot.c
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-04-23 21:48:42 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-04-23 21:48:42 -0700
commit08c1b958c4f05c37e5e6df07fc480456a21e5887 (patch)
tree54244eb9d25c234597d035365696e9a8dfe8ed11 /remote_plot.c
parented66045a36f4fe23b84a0143c9692f9a009a91aa (diff)
somehow need to be slower to read data
Diffstat (limited to 'remote_plot.c')
-rw-r--r--remote_plot.c2
1 files changed, 1 insertions, 1 deletions
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");
}