Skip to content

Commit c6c9dfd

Browse files
committed
feat(ui): update commit fps
update commit fps Signed-off-by: mritd <[email protected]>
1 parent 540a3bc commit c6c9dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui_commit_committing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func (m committingModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
9898
m.spinner, cmd = m.spinner.Update(spinner.Tick())
9999
m.msg = msg
100100
return m, tea.Batch(cmd, func() tea.Msg {
101-
time.Sleep(500 * time.Millisecond)
101+
time.Sleep(time.Second)
102102
return commit(msg)
103103
})
104104
case error:

0 commit comments

Comments
 (0)