Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 autossh 设置来创建和重新建立与远程主机的隧道。应用程序是 MySQL。
有一个脚本运行,它检查本地和远程表,如果不匹配,它将从远程表中提取新条目到本地表中。
我的问题是,它也会拉动斑点。非常大的斑点。在 blob 传输期间,它将挂起并停止传输数据。修复它的唯一方法是终止作业并重新建立并重新启动传输。
有没有人知道如何更好地改进这一点并使其正确传输 blob?
数据大小约为 3 gigs。我们这边的连接是千兆的。