mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 00:04:21 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
160cec085b
commit
22f63e335a
1 changed files with 6 additions and 1 deletions
|
|
@ -108,7 +108,12 @@ func logBootInfo() {
|
|||
}
|
||||
|
||||
go func() {
|
||||
if ghw.DriveTypeSSD.String() != getWorkspaceDriveType() {
|
||||
driveType := getWorkspaceDriveType()
|
||||
if "" == driveType {
|
||||
return
|
||||
}
|
||||
|
||||
if ghw.DriveTypeSSD.String() != driveType {
|
||||
logging.LogWarnf("workspace dir [%s] is not in SSD drive, performance may be affected", WorkspaceDir)
|
||||
WaitForUILoaded()
|
||||
time.Sleep(3 * time.Second)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue