Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 5f1bac6

Browse files
Update assets/javascripts/discourse/components/modal/ai-llm-quota-modal.gjs
Co-authored-by: Martin Brennan <[email protected]>
1 parent af1c462 commit 5f1bac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/components/modal/ai-llm-quota-modal.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class AiLlmQuotaModal extends Component {
4242
llm_model_id: null,
4343
max_tokens: null,
4444
max_usages: null,
45-
duration_seconds: 86400, // 1 day default,
45+
duration_seconds: moment.duration(1, "day").asSeconds(),
4646
};
4747
}
4848

0 commit comments

Comments
 (0)