From 6fa7b386ec39bffb626e80999d36df9bff684f08 Mon Sep 17 00:00:00 2001
From: Tim Wickberg <tim@schedmd.com>
Date: Wed, 14 Feb 2018 17:26:09 -0700
Subject: [PATCH] Add note for MaxQueryTimeRange on accepted formats.

---
 doc/man/man5/slurmdbd.conf.5 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/man/man5/slurmdbd.conf.5 b/doc/man/man5/slurmdbd.conf.5
index d8e2ebe2860..a82dae6dcd9 100644
--- a/doc/man/man5/slurmdbd.conf.5
+++ b/doc/man/man5/slurmdbd.conf.5
@@ -346,6 +346,7 @@ including the microseconds, the daemon's process ID and the current thread ID.
 Return an error if a query is against too large of a time span, to prevent
 ill-formed queries from causing performance problems within SlurmDBD.
 Default value is INFINITE which allows any queries to proceed.
+Accepted time formats are the same as the MaxTime option in slurm.conf.
 User \fBSlurmUser\fR and \fBroot\fR are exempt from this restriction.
 Note that queries which attempt to return over 3GB of data will still
 fail to complete with ESLURM_RESULT_TOO_LARGE.
-- 
GitLab