jira property

Kota Sreenivasa Shravana Kumar August 15, 2013

Anybody has any clue, what is this jira property ?

jira.index.background.batch.size

when I look at this, the default value was set as : 1000. what happens if the default value increased or decreased ?

Thanks

1 answer

1 accepted

0 votes
Answer accepted
Svante Gustafsson Björkegren
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 15, 2013

Hi,

The property is set in the file:<JIRA-INST>/atlassian-jira/WEB-INF/classes/jpm.xml

and looks like:

&lt;property&gt;
            &lt;key&gt;jira.index.background.batch.size&lt;/key&gt;
            &lt;description&gt;The number of issues to read from the database at once during background indexing.&lt;/description&gt;
            &lt;default-value&gt;1000&lt;/default-value&gt;
            &lt;type&gt;uint&lt;/type&gt;
            &lt;admin-editable&gt;false&lt;/admin-editable&gt;
                        &lt;sysadmin-editable&gt;true&lt;/sysadmin-editable&gt;
            &lt;requires-restart&gt;false&lt;/requires-restart&gt;
        &lt;/property&gt;

So it seems that it defines the number of items to read at once from the database during a background index.

Hope that helped!

// Svante

Suggest an answer

Log in or Sign up to answer