Skip to content

Commit

Permalink
StoreCopyClient injects label index config from parent
Browse files Browse the repository at this point in the history
  • Loading branch information
tinwelint committed Jan 31, 2017
1 parent fd2be5c commit 7d8b9af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ private GraphDatabaseService newTempDatabase( File tempStore )
.setKernelExtensions( kernelExtensions )
.setUserLogProvider( NullLogProvider.getInstance() )
.newEmbeddedDatabaseBuilder( tempStore.getAbsoluteFile() )
.setConfig( GraphDatabaseSettings.label_index, config.get( GraphDatabaseSettings.label_index ) )
.setConfig( "dbms.backup.enabled", Settings.FALSE )
.setConfig( GraphDatabaseSettings.logs_directory, tempStore.getAbsolutePath() )
.setConfig( GraphDatabaseSettings.keep_logical_logs, Settings.TRUE )
Expand Down

0 comments on commit 7d8b9af

Please sign in to comment.