Forum Discussion

hantaeyung's avatar
hantaeyung
Level 3
9 years ago

How can i change about value of nbgetconfig command ?

hi.   i try on cmd, write nbgetconfig command about CLIENT_READ_TIMEOUT.   nbgetconfig CLIENT_READ_TIMEOUT. Then i saw CLIENT_READ_TIMEOUT = 300 that default value.   I already know...
  • mph999's avatar
    9 years ago

    For example, from bpgetconfig :

    SLP.MAX_TIME_TIL_FORCE_SMALL_DUPLICATION_JOB = 30 minutes

    I create a file called /tmp/a and add this line.

    SLP.MAX_TIME_TIL_FORCE_SMALL_DUPLICATION_JOB = 5 minutes

    Then I run

    bpsetconfig /tmp/a

     

    Checking, we see the value has now changed.

    root@womble db $ bpgetconfig |grep -i small
    SLP.MAX_TIME_TIL_FORCE_SMALL_DUPLICATION_JOB = 5 minutes