@@ -100,17 +100,17 @@ procedure Cloud_Sync_Tuner is
100100 Services : constant Service_Array (1 .. 3 ) := (
101101 1 => (To_Unbounded_String (" Dropbox" ),
102102 To_Unbounded_String (" dropbox:" ),
103- To_Unbounded_String (" /run/media /hyper/eclipse /Cloud/Dropbox" ),
103+ To_Unbounded_String (" /var/home /hyper/Cloud/Dropbox" ),
104104 To_Unbounded_String (" rclone-dropbox" ),
105105 True),
106106 2 => (To_Unbounded_String (" Google Drive" ),
107107 To_Unbounded_String (" gdrive:" ),
108- To_Unbounded_String (" /run/media /hyper/eclipse /Cloud/GoogleDrive" ),
108+ To_Unbounded_String (" /var/home /hyper/Cloud/GoogleDrive" ),
109109 To_Unbounded_String (" rclone-gdrive" ),
110110 True),
111111 3 => (To_Unbounded_String (" OneDrive" ),
112112 To_Unbounded_String (" onedrive:" ),
113- To_Unbounded_String (" /run/media /hyper/eclipse /Cloud/OneDrive" ),
113+ To_Unbounded_String (" /var/home /hyper/Cloud/OneDrive" ),
114114 To_Unbounded_String (" rclone-onedrive" ),
115115 True)
116116 );
@@ -841,9 +841,9 @@ procedure Cloud_Sync_Tuner is
841841 delay 1.0 ;
842842
843843 when ' g' | ' G' =>
844- Smart_Config.TPS_Limit := 8 ;
845- Smart_Config.TPS_Burst := 2 ;
846- Smart_Config.Chunk_Size_MB := 64 ;
844+ Smart_Config.TPS_Limit := 4 ;
845+ Smart_Config.TPS_Burst := 1 ;
846+ Smart_Config.Chunk_Size_MB := 32 ;
847847 Put_Line (Green & " Applied Google Drive optimized rate limits" & Reset);
848848 delay 1.0 ;
849849
@@ -1486,9 +1486,9 @@ procedure Cloud_Sync_Tuner is
14861486 Smart_Config.TPS_Burst := 1 ;
14871487 Smart_Config.Chunk_Size_MB := 32 ;
14881488 elsif Preset = " gdrive" then
1489- Smart_Config.TPS_Limit := 8 ;
1490- Smart_Config.TPS_Burst := 2 ;
1491- Smart_Config.Chunk_Size_MB := 64 ;
1489+ Smart_Config.TPS_Limit := 4 ;
1490+ Smart_Config.TPS_Burst := 1 ;
1491+ Smart_Config.Chunk_Size_MB := 32 ;
14921492 elsif Preset = " onedrive" then
14931493 Smart_Config.TPS_Limit := 6 ;
14941494 Smart_Config.TPS_Burst := 2 ;
0 commit comments