diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-04-23 21:48:42 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-04-23 21:48:42 -0700 |
commit | 08c1b958c4f05c37e5e6df07fc480456a21e5887 (patch) | |
tree | 54244eb9d25c234597d035365696e9a8dfe8ed11 /remote_plot.c | |
parent | ed66045a36f4fe23b84a0143c9692f9a009a91aa (diff) |
somehow need to be slower to read data
Diffstat (limited to 'remote_plot.c')
-rw-r--r-- | remote_plot.c | 2 |
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"); } |